diff --git a/flake.lock b/flake.lock index 587fa2d..071d6ab 100644 --- a/flake.lock +++ b/flake.lock @@ -445,7 +445,7 @@ "git-hooks": "git-hooks", "hercules-ci-effects": "hercules-ci-effects", "neovim-src": "neovim-src", - "nixpkgs": "nixpkgs_3" + "nixpkgs": "nixpkgs_2" }, "locked": { "lastModified": 1733314815, @@ -526,7 +526,9 @@ }, "nix-janitor": { "inputs": { - "nixpkgs": "nixpkgs", + "nixpkgs": [ + "unstable" + ], "parts": "parts", "rust-overlay": "rust-overlay_2" }, @@ -582,15 +584,15 @@ }, "nixpkgs": { "locked": { - "lastModified": 1732937961, - "narHash": "sha256-B5pYT+IVaqcrfOekkwKvx/iToDnuQWzc2oyDxzzBDc4=", - "owner": "nixos", + "lastModified": 1728538411, + "narHash": "sha256-f0SBJz1eZ2yOuKUr5CA9BHULGXVSn6miBuUWdTyhUhU=", + "owner": "NixOS", "repo": "nixpkgs", - "rev": "4703b8d2c708e13a8cab03d865f90973536dcdf5", + "rev": "b69de56fac8c2b6f8fd27f2eca01dcda8e0a4221", "type": "github" }, "original": { - "owner": "nixos", + "owner": "NixOS", "ref": "nixpkgs-unstable", "repo": "nixpkgs", "type": "github" @@ -657,22 +659,6 @@ } }, "nixpkgs_2": { - "locked": { - "lastModified": 1728538411, - "narHash": "sha256-f0SBJz1eZ2yOuKUr5CA9BHULGXVSn6miBuUWdTyhUhU=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "b69de56fac8c2b6f8fd27f2eca01dcda8e0a4221", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixpkgs-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_3": { "locked": { "lastModified": 1733097829, "narHash": "sha256-9hbb1rqGelllb4kVUCZ307G2k3/UhmA8PPGBoyuWaSw=", @@ -818,7 +804,7 @@ }, "rust-overlay_2": { "inputs": { - "nixpkgs": "nixpkgs_2" + "nixpkgs": "nixpkgs" }, "locked": { "lastModified": 1732933841, diff --git a/flake.nix b/flake.nix index 488d2bc..46e6eda 100644 --- a/flake.nix +++ b/flake.nix @@ -61,7 +61,7 @@ type = "github"; owner = "Nobbz"; repo = "nix-janitor"; - #inputs.nixpkgs.follows = "unstable"; + inputs.nixpkgs.follows = "unstable"; }; #my own packages spicetify-nix = {