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 {
|
||||
name = "image";
|
||||
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