fix nom output
This commit is contained in:
parent
a29a5eb23c
commit
1925047388
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@
|
||||||
program = pkgs.writeShellApplication {
|
program = pkgs.writeShellApplication {
|
||||||
name = "image";
|
name = "image";
|
||||||
runtimeInputs = with pkgs; [nix-output-monitor];
|
runtimeInputs = with pkgs; [nix-output-monitor];
|
||||||
text = "nix build .#nixosConfigurations.quadphone.config.system.build.image | nom";
|
text = "nom build .#nixosConfigurations.quadphone.config.system.build.image";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue