chore: remove nom

This commit is contained in:
uku 2024-06-25 11:21:02 +02:00
parent 6e9501a851
commit 9425cc339c
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
2 changed files with 1 additions and 2 deletions

View file

@ -26,7 +26,6 @@
packages = with pkgs; [ packages = with pkgs; [
just just
statix statix
nix-output-monitor
]; ];
}; };

View file

@ -6,7 +6,7 @@ check:
switch *args: switch *args:
@sudo -v @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: deploy system:
nix run .#{{system}} nix run .#{{system}}