diff --git a/flake.lock b/flake.lock index bc6c2c8..a12c3f7 100644 --- a/flake.lock +++ b/flake.lock @@ -149,16 +149,15 @@ }, "nixpkgs": { "locked": { - "lastModified": 1711523803, - "narHash": "sha256-UKcYiHWHQynzj6CN/vTcix4yd1eCu1uFdsuarupdCQQ=", - "owner": "nixos", + "lastModified": 1711712949, + "narHash": "sha256-8/qCHYhBTQx7rg65cXE8hOOCIvazEm+VnoFaSzZctMw=", + "owner": "geekygays", "repo": "nixpkgs", - "rev": "2726f127c15a4cc9810843b96cad73c7eb39e443", + "rev": "c81d1240f87279aacaad75b0ee73ef395325f855", "type": "github" }, "original": { - "owner": "nixos", - "ref": "nixos-unstable", + "owner": "geekygays", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 3f310c8..a40578c 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ }; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:geekygays/nixpkgs"; nixos-hardware.url = "github:nixos/nixos-hardware"; systems.url = "github:geekygays/systems";