moved to devenv

This commit is contained in:
2026-06-22 12:07:27 +01:00
parent 72c93e88c1
commit 192564fb79
34 changed files with 15242 additions and 108 deletions

View 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