Merge pull request #40723 from uqam-fob/master

Remove all references to absent nixos-prepare-root
This commit is contained in:
Eelco Dolstra 2018-05-18 16:16:43 +02:00 committed by GitHub
commit e86be6919a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
};
};