1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-02 21:51:50 +02:00

Further changes

This commit is contained in:
Jacek Galowicz 2023-12-01 11:25:22 +00:00
parent f55ee7cf77
commit eff9b12bc2
4 changed files with 108 additions and 136 deletions

View file

@ -1,8 +1,8 @@
{ runCommand
, version
, system
, nix
, buildPackages
, cacert
, nix
}:
let
@ -11,6 +11,8 @@ let
rootPaths = [ nix cacert ];
};
inherit (nix) version;
env = {
meta.description = "Distribution-independent Nix bootstrap binaries for ${system}";
};