We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f110fe2 commit 6d8d690Copy full SHA for 6d8d690
1 file changed
flake.nix
@@ -10,11 +10,10 @@
10
extra-trusted-public-keys = [
11
"villas.cachix.org-1:vCWp9IzwxFT6ovZivQAvn5ZuLST01bpAGXWwlGTZ9fA="
12
];
13
- allowBroken = true;
14
};
15
16
inputs = {
17
- nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
+ nixpkgs.url = "github:NixOS/nixpkgs/cf8d55060f90f7c205b18f2491f111811446687d";
18
19
20
outputs =
0 commit comments