From 192504738824dfeb8b20fdd72ad7f9744c484231 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Fri, 29 Aug 2025 18:50:59 -0400 Subject: [PATCH] fix nom output --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index efe9b59..893b8b2 100755 --- a/flake.nix +++ b/flake.nix @@ -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"; }; }; };