We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d1bbc commit 719414cCopy full SHA for 719414c
1 file changed
flake.nix
@@ -10,7 +10,7 @@
10
extra-trusted-public-keys = [
11
"villas.cachix.org-1:vCWp9IzwxFT6ovZivQAvn5ZuLST01bpAGXWwlGTZ9fA="
12
];
13
- allowBrokenPredicate = pkg: pkg == "bytestring-nums";
+ nixpkgs.config.allowBroken = true;
14
};
15
16
inputs = {
0 commit comments