From 9425cc339cc3b574a2d7fc27c1323e8fbc0fb5bc Mon Sep 17 00:00:00 2001 From: uku Date: Tue, 25 Jun 2024 11:21:02 +0200 Subject: [PATCH] chore: remove nom --- flake.nix | 1 - justfile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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}}