lol

Merge pull request #40723 from uqam-fob/master

Remove all references to absent nixos-prepare-root

authored by

Eelco Dolstra and committed by
GitHub
e86be691 364f922c

+1 -1
+1 -1
nixos/modules/installer/tools/tools.nix
··· 76 76 ]; 77 77 78 78 system.build = { 79 - inherit nixos-install nixos-prepare-root nixos-generate-config nixos-option nixos-rebuild nixos-enter; 79 + inherit nixos-install nixos-generate-config nixos-option nixos-rebuild nixos-enter; 80 80 }; 81 81 82 82 };