Revert "flake: pin nixpkgs"

This reverts commit 87092ada06.
This commit is contained in:
zowoq 2023-07-16 13:38:37 +10:00
parent 785b65271c
commit 500819862a
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View file

@ -86,17 +86,17 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1689416097,
"narHash": "sha256-lr5/WJipZJ94p/LpAA3pUwz0/87O9E00QRRvLFtXMpg=",
"lastModified": 1689846679,
"narHash": "sha256-89uOAMBZK4jooekzMZcm4sGxZp9kThMvJI6wVf00RfI=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c16abd6c722be95d53eef2bdd62cef5ecabd240a",
"rev": "17dd4c92ee12de80a1fe86ea30be723e4e06cd00",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable-small",
"repo": "nixpkgs",
"rev": "c16abd6c722be95d53eef2bdd62cef5ecabd240a",
"type": "github"
}
},

View file

@ -11,7 +11,7 @@
];
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/c16abd6c722be95d53eef2bdd62cef5ecabd240a";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
nix-darwin.url = "github:LnL7/nix-darwin";