diff --git a/flake.lock b/flake.lock index ad719a0e..6f851b77 100644 --- a/flake.lock +++ b/flake.lock @@ -92,16 +92,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1645417563, - "narHash": "sha256-rBZK5XzKPhQtodK2WQJ4sDAXwBpu81m+QUlLj/h+J+8=", + "lastModified": 1645334861, + "narHash": "sha256-We9ECiMglthzbZ5S6Myqqf+RHzBFZPoM2qL5/jDkUjs=", "owner": "nixos", "repo": "nixpkgs", - "rev": "8e54a33514436d1e1c3481d7b45d02df7880a841", + "rev": "d5f237872975e6fb6f76eef1368b5634ffcd266f", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-unstable-small", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 602a57ce..463ff173 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nur.url = "github:nix-community/NUR"; tetris = { url = "github:chvp/tetris";