chore: update nix and remove nix-janitor input

This commit is contained in:
Gerg-L 2025-11-04 22:42:31 -05:00
parent 23f243b94d
commit 9532bfa8a4
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
2 changed files with 29 additions and 122 deletions

View file

@ -58,12 +58,6 @@
repo = "lanzaboote";
inputs.nixpkgs.follows = "unstable";
};
nix-janitor = {
type = "github";
owner = "Nobbz";
repo = "nix-janitor";
inputs.nixpkgs.follows = "unstable";
};
systems = {
type = "github";
owner = "nix-systems";