Skip to content

Commit ce1b788

Browse files
Use explicit nixpkgs
1 parent 8e195d5 commit ce1b788

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

flake.lock

Lines changed: 9 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
};
99
};
1010

11+
nixpkgs = {
12+
url = "github:NixOS/nixpkgs";
13+
};
14+
1115
flake-utils = {
1216
url = "github:numtide/flake-utils";
1317
inputs.systems.follows = "systems";

0 commit comments

Comments
 (0)