diff --git a/flake.lock b/flake.lock index 8710fe4..09931d8 100644 --- a/flake.lock +++ b/flake.lock @@ -152,7 +152,9 @@ }, "nixinate": { "inputs": { - "nixpkgs": "nixpkgs" + "nixpkgs": [ + "nixpkgs" + ] }, "locked": { "lastModified": 1708891350, @@ -221,18 +223,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1653060744, - "narHash": "sha256-kfRusllRumpt33J1hPV+CeCCylCXEU7e0gn2/cIM7cY=", - "owner": "nixos", + "lastModified": 1733808091, + "narHash": "sha256-KWwINTQelKOoQgrXftxoqxmKFZb9pLVfnRvK270nkVk=", + "owner": "NixOS", "repo": "nixpkgs", - "rev": "dfd82985c273aac6eced03625f454b334daae2e8", + "rev": "a0f3e10d94359665dba45b71b4227b0aeb851f8e", "type": "github" }, "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" + "id": "nixpkgs", + "ref": "nixos-24.11", + "type": "indirect" } }, "nixpkgs-lib": { @@ -308,21 +309,6 @@ "type": "indirect" } }, - "nixpkgs_2": { - "locked": { - "lastModified": 1733808091, - "narHash": "sha256-KWwINTQelKOoQgrXftxoqxmKFZb9pLVfnRvK270nkVk=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "a0f3e10d94359665dba45b71b4227b0aeb851f8e", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "nixos-24.11", - "type": "indirect" - } - }, "passworts": { "inputs": { "flake-parts": "flake-parts_2", @@ -352,7 +338,7 @@ "nixinate": "nixinate", "nixos-generators": "nixos-generators", "nixos-hardware": "nixos-hardware", - "nixpkgs": "nixpkgs_2", + "nixpkgs": "nixpkgs", "nixpkgs-unstable": "nixpkgs-unstable", "passworts": "passworts", "sops-nix": "sops-nix", diff --git a/flake.nix b/flake.nix index ba2ead4..86f3827 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,10 @@ nixos-hardware.url = "github:NixOS/nixos-hardware"; - nixinate.url = "github:matthewcroughan/nixinate"; + nixinate = { + url = "github:matthewcroughan/nixinate"; + inputs.nixpkgs.follows = "nixpkgs"; + }; sops-nix = { url = "github:Mic92/sops-nix";