mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
nix develop works
This commit is contained in:
parent
fb3e99f8e4
commit
daa701753d
1 changed files with 4 additions and 1 deletions
|
@ -28,7 +28,10 @@
|
||||||
|
|
||||||
# For `nix develop` (optional, can be skipped):
|
# For `nix develop` (optional, can be skipped):
|
||||||
devShell = pkgs.mkShell {
|
devShell = pkgs.mkShell {
|
||||||
nativeBuildInputs = with pkgs; [ rustc cargo ];
|
LIBCLANG_PATH = "${pkgs.llvmPackages.libclang.lib}/lib";
|
||||||
|
CLANG_PATH = "${pkgs.llvmPackages.clang}/bin/clang";
|
||||||
|
buildInputs = with pkgs; [ pkg-config openssl ];
|
||||||
|
nativeBuildInputs = with pkgs; [ rustc cargo util-linux.dev ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue