update
This commit is contained in:
parent
c6446d24d8
commit
d5be56bc0e
@ -39,9 +39,9 @@
|
|||||||
apps.${system} = {
|
apps.${system} = {
|
||||||
install = {
|
install = {
|
||||||
program = "${pkgs.writeShellScript "install" ''
|
program = "${pkgs.writeShellScript "install" ''
|
||||||
sudo run github:nix-community/disko/${inputs.disko.rev} -- --mode disko ${./system/disko.nix}
|
sudo run ${inputs.disko} -- --mode disko ${./system/disko.nix}
|
||||||
sudo nixos-generate-config --no-filesystems --force --root /mnt --dir ./system
|
sudo nixos-generate-config --force --no-filesystems --root /mnt --dir ./system
|
||||||
sudo nixos-install --no-root-password --root /mnt --flake ${self}#nixos
|
sudo nixos-install --no-root-password --root /mnt --flake ${self.outputs.nixosConfigurations.nixos}
|
||||||
''}";
|
''}";
|
||||||
type = "app";
|
type = "app";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user