Skip to content

Commit

Permalink
Remove all references to absent nixos-prepare-root
Browse files Browse the repository at this point in the history
Fixes the broken 0f5d597 commit.
  • Loading branch information
antifob committed May 18, 2018
1 parent 31712af commit 536a411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/installer/tools/tools.nix
Expand Up @@ -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;
};

};
Expand Down

0 comments on commit 536a411

Please sign in to comment.