mirror of
https://github.com/NixOS/nix
synced 2025-07-02 21:51:50 +02:00
Further changes
This commit is contained in:
parent
f55ee7cf77
commit
eff9b12bc2
4 changed files with 108 additions and 136 deletions
|
@ -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}";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue