nix fuckery
This commit is contained in:
parent
1b49477c4e
commit
017aadcf35
7 changed files with 159 additions and 79 deletions
11
nix/shells/default.nix
Normal file
11
nix/shells/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
mkShell,
|
||||
llvmPackages_19,
|
||||
gooey,
|
||||
...
|
||||
}:
|
||||
mkShell.override {stdenv = llvmPackages_19.libcxxStdenv;} {
|
||||
name = "gooey-dev-env";
|
||||
inputsFrom = [gooey];
|
||||
CMAKE_GENERATOR = "Ninja";
|
||||
}
|
||||
Reference in a new issue