fix nom output

This commit is contained in:
Henry Hiles 2025-08-29 18:50:59 -04:00
commit 1925047388
No known key found for this signature in database

View file

@ -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";
}; };
}; };
}; };