forked from lix-project/nix-eval-jobs
Use nix
as the argument name for nix
in default.nix
And pass in `nix = nixUnstable` from the development shell.
This commit is contained in:
parent
44655761c5
commit
a0bd67f9cb
|
@ -1,6 +1,6 @@
|
|||
{ stdenv
|
||||
, lib
|
||||
, nixUnstable
|
||||
, nix
|
||||
, meson
|
||||
, cmake
|
||||
, ninja
|
||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||
src = if srcDir == null then filterMesonBuild ./. else srcDir;
|
||||
buildInputs = [
|
||||
nlohmann_json
|
||||
nixUnstable
|
||||
nix
|
||||
boost
|
||||
];
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue