diff --git a/flake.lock b/flake.lock index 3ab3a32..2b45750 100644 --- a/flake.lock +++ b/flake.lock @@ -19,16 +19,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1663551060, - "narHash": "sha256-e2SR4cVx9p7aW/XnVsGsWZBplApA9ZJUjc0fejJhnYo=", + "lastModified": 1714079963, + "narHash": "sha256-M3cH7HNXElTPE+qL5PzA3lmLxaPByPCRfgkLsnnuQPs=", "owner": "nixos", "repo": "nixpkgs", - "rev": "8a5b9ee7b7a2b38267c9481f5c629c015108ab0d", + "rev": "ed866611c54ac0793be05f198cbdcb82e329c52e", "type": "github" }, "original": { - "id": "nixpkgs", - "type": "indirect" + "owner": "nixos", + "repo": "nixpkgs", + "type": "github" } }, "root": { diff --git a/flake.nix b/flake.nix index 4538b63..8ecb5ba 100644 --- a/flake.nix +++ b/flake.nix @@ -1,4 +1,5 @@ { +inputs.nixpkgs.url = "github:nixos/nixpkgs"; outputs = { self, nixpkgs, flake-utils }: flake-utils.lib.eachDefaultSystem (system: let