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:
parent
8feb5245ea
commit
ac66ed6530
4 changed files with 32 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue