add nix-output-monitor
This commit is contained in:
parent
a6bb7053c6
commit
1f81c63fd7
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# nix output-monitor
|
||||||
|
environment.systemPackages = [ pkgs.nix-output-monitor ];
|
||||||
|
|
||||||
# override default nix shell nixpkgs# behaviour to use current flake lock
|
# override default nix shell nixpkgs# behaviour to use current flake lock
|
||||||
nix.registry =
|
nix.registry =
|
||||||
let flakes = lib.filterAttrs (_name: value: value ? outputs) inputs.self.inputs;
|
let flakes = lib.filterAttrs (_name: value: value ? outputs) inputs.self.inputs;
|
||||||
|
|
Loading…
Add table
Reference in a new issue