diff --git a/flake.lock b/flake.lock index d4eb50b..537b828 100644 --- a/flake.lock +++ b/flake.lock @@ -329,9 +329,7 @@ "inputs": { "nix": "nix", "nix-eval-jobs": "nix-eval-jobs", - "nixpkgs": [ - "nixpkgs" - ] + "nixpkgs": "nixpkgs" }, "locked": { "lastModified": 1743278932, @@ -517,16 +515,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1742919349, - "narHash": "sha256-V3jQhu3s48mgGClvKkWhYM1+cSTFGFm4ztDkK7S69JY=", - "owner": "nixos", + "lastModified": 1743354925, + "narHash": "sha256-B+AxLrBmlMmnkGD/5PWtoy2zdk/0epewoUw4EDlc8lA=", + "owner": "NixOS", "repo": "nixpkgs", - "rev": "6ea2759c633a3e25f3b4e2f52fb6bf9d6a01c532", + "rev": "47d6fd35d221f4a8fe8d45cbaec844d59c7dd6c2", "type": "github" }, "original": { - "owner": "nixos", - "ref": "nixos-unstable-small", + "owner": "NixOS", + "ref": "nixos-24.11-small", "repo": "nixpkgs", "type": "github" } @@ -562,6 +560,22 @@ "type": "github" } }, + "nixpkgs_2": { + "locked": { + "lastModified": 1742919349, + "narHash": "sha256-V3jQhu3s48mgGClvKkWhYM1+cSTFGFm4ztDkK7S69JY=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "6ea2759c633a3e25f3b4e2f52fb6bf9d6a01c532", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable-small", + "repo": "nixpkgs", + "type": "github" + } + }, "nur": { "inputs": { "flake-parts": "flake-parts_2", @@ -622,7 +636,7 @@ "nixos-generators": "nixos-generators", "nixos-hardware": "nixos-hardware", "nixos-modules": "nixos-modules", - "nixpkgs": "nixpkgs", + "nixpkgs": "nixpkgs_2", "nixpkgs-stable": "nixpkgs-stable", "pre-commit-hooks": "pre-commit-hooks", "rust-overlay": "rust-overlay", diff --git a/flake.nix b/flake.nix index fdeae91..c85dde6 100644 --- a/flake.nix +++ b/flake.nix @@ -61,9 +61,9 @@ hydra = { url = "git+https://nayeonie.com/ahuston-0/hydra?ref=add-gitea-pulls"; - inputs = { - nixpkgs.follows = "nixpkgs"; - }; + # inputs = { + # nixpkgs.follows = "nixpkgs"; + # }; }; hyprland-contrib = {