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": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1676253841, "lastModified": 1685043448,
"narHash": "sha256-jhuI8Mmky8VCD45OoJEuF6HdPLFBwNrHA0ljjZ/zkfw=", "narHash": "sha256-U3BwyDc2OzBcZ8tD09qXibyivgOtOQFTFCVgFyJ+6MM=",
"path": "/nix/store/l9wr42c9j4cydpanidi6amch940qbzap-source", "owner": "NixOS",
"rev": "a45a8916243a7d27acc358f4fc18c4491f3eeca8", "repo": "nixpkgs",
"type": "path" "rev": "9886352ec9ab3945896ee8a4185e961fe29df209",
"type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",
"ref": "nixos-22.11",
"type": "indirect" "type": "indirect"
} }
}, },

View file

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