diff --git a/flake.lock b/flake.lock index c422c53..f0470d8 100644 --- a/flake.lock +++ b/flake.lock @@ -81,16 +81,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1682254557, - "narHash": "sha256-i4dz5+5hFcCmWUPFFBsyTJwUQ8/Hr2InoXHZXkNYRy4=", + "lastModified": 1682453498, + "narHash": "sha256-WoWiAd7KZt5Eh6n+qojcivaVpnXKqBsVgpixpV2L9CE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "286e1dc6ec57d5d6ef37b15e26f69457da2f0494", + "rev": "c8018361fa1d1650ee8d4b96294783cf564e8a7f", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-22.11-small", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 8964363..a70b51a 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "motiejus/config"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11-small"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; flake-utils.url = "github:numtide/flake-utils"; agenix.url = "github:ryantm/agenix";