use unpatched qt for dev tooling (fmt, lint, devshell)
This commit is contained in:
parent
e85cd40266
commit
06fb97bc23
2 changed files with 38 additions and 24 deletions
|
|
@ -1,4 +1,11 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
{
|
||||
pkgs ? import <nixpkgs> { },
|
||||
}:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [ cmake qt6.qtbase qt6.wrapQtAppsHook wlr-randr ];
|
||||
nativeBuildInputs = with pkgs; [
|
||||
cmake
|
||||
qt6.qtbase
|
||||
qt6.wrapQtAppsHook
|
||||
wlr-randr
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue