3
0
Fork 0
forked from mirrors/nixpkgs

Remove all references to absent nixos-prepare-root

Fixes the broken 0f5d5970b2 commit.
This commit is contained in:
Philippe Grégoire 2018-05-18 09:53:04 -04:00
parent 31712afa7b
commit 536a41171b
No known key found for this signature in database
GPG key ID: A14AA6DA679C2177

View file

@ -76,7 +76,7 @@ in
];
system.build = {
inherit nixos-install nixos-prepare-root nixos-generate-config nixos-option nixos-rebuild nixos-enter;
inherit nixos-install nixos-generate-config nixos-option nixos-rebuild nixos-enter;
};
};