mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
Revert "Merge pull request #48122 from zimbatm/pkg-nixos-rebuild"
This reverts commit10addad603
, reversing changes made to7786575c6c
. NixOS scripts should be kept in the NixOS source tree, not in pkgs. Moving them around is just confusing and creates unnecessary code/history churn.
This commit is contained in:
parent
887bf77621
commit
b6bac6c144
20 changed files with 69 additions and 115 deletions
6
nixos/modules/installer/tools/nix-fallback-paths.nix
Normal file
6
nixos/modules/installer/tools/nix-fallback-paths.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
x86_64-linux = "/nix/store/cdcia67siabmj6li7vyffgv2cry86fq8-nix-2.1.3";
|
||||
i686-linux = "/nix/store/6q3xi6y5qnsv7d62b8n00hqfxi8rs2xs-nix-2.1.3";
|
||||
aarch64-linux = "/nix/store/2v93d0vimlm28jg0ms6v1i6lc0fq13pn-nix-2.1.3";
|
||||
x86_64-darwin = "/nix/store/dkjlfkrknmxbjmpfk3dg4q3nmb7m3zvk-nix-2.1.3";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue