feat(nix): use nix-monitored

Automatically pipes all nix output through `nix-output-monitor`
Deprecates the manual pipe in the `rebuild` script
This commit is contained in:
reo101 2023-12-25 18:49:26 +02:00
parent 8feb5245ea
commit ac66ed6530
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
4 changed files with 32 additions and 3 deletions

View file

@ -36,6 +36,10 @@
flake = false;
};
nix-monitored = {
url = "github:ners/nix-monitored";
};
disko = {
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
@ -110,6 +114,7 @@
, nix-darwin
, mac-app-util
, home-manager
, nix-monitored
, disko
, deploy-rs
, agenix