add nix-output-monitor

This commit is contained in:
Grigory Shipunov 2023-03-25 16:41:09 +01:00
parent a6bb7053c6
commit 1f81c63fd7
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -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;