diff --git a/flake.nix b/flake.nix index 6d91de6..f0a97b1 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,6 @@ packages = with pkgs; [ just statix - nix-output-monitor ]; }; diff --git a/justfile b/justfile index 35db5c5..049f297 100644 --- a/justfile +++ b/justfile @@ -6,7 +6,7 @@ check: switch *args: @sudo -v - sudo nixos-rebuild switch --flake . --keep-going {{args}} --log-format internal-json |& nom --json + sudo nixos-rebuild switch --flake . --keep-going {{args}} deploy system: nix run .#{{system}}