moved to devenv
This commit is contained in:
19
.devenv/bootstrap/default.nix
Normal file
19
.devenv/bootstrap/default.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
args@{ system
|
||||
, # The project root (location of devenv.nix)
|
||||
devenv_root
|
||||
, ...
|
||||
}:
|
||||
|
||||
let
|
||||
inherit
|
||||
(import ./resolve-lock.nix {
|
||||
src = devenv_root;
|
||||
inherit system;
|
||||
})
|
||||
inputs
|
||||
;
|
||||
|
||||
bootstrapLib = import ./bootstrapLib.nix { inherit inputs; };
|
||||
in
|
||||
|
||||
bootstrapLib.mkDevenvForSystem args
|
||||
Reference in New Issue
Block a user