vanadium: remove nix-monitored

This commit is contained in:
Primrose 2025-12-31 12:24:10 +01:00
parent 11fcfdb7f7
commit b9636d4cdc
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -71,12 +71,9 @@ in
# use lix everywhere and wrap it with nom # use lix everywhere and wrap it with nom
../overlays/lix.nix ../overlays/lix.nix
../overlays/nix-monitored.nix
]; ];
}; };
nix.package = pkgs.nix-monitored;
system.nixos = system.nixos =
let let
rev = lib.substring 0 8 sources.nixpkgs.revision; rev = lib.substring 0 8 sources.nixpkgs.revision;