specificy nixpkgs

This commit is contained in:
Robin Appelman 2023-05-28 18:10:36 +02:00
commit 7c2db32507
2 changed files with 8 additions and 5 deletions

12
flake.lock generated
View file

@ -17,14 +17,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1676253841,
"narHash": "sha256-jhuI8Mmky8VCD45OoJEuF6HdPLFBwNrHA0ljjZ/zkfw=",
"path": "/nix/store/l9wr42c9j4cydpanidi6amch940qbzap-source",
"rev": "a45a8916243a7d27acc358f4fc18c4491f3eeca8",
"type": "path"
"lastModified": 1685043448,
"narHash": "sha256-U3BwyDc2OzBcZ8tD09qXibyivgOtOQFTFCVgFyJ+6MM=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "9886352ec9ab3945896ee8a4185e961fe29df209",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-22.11",
"type": "indirect"
}
},

View file

@ -1,6 +1,7 @@
{
inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "nixpkgs/nixos-22.11";
};
outputs = { self, nixpkgs, flake-utils }: let