Skip to content

Commit 719414c

Browse files
committed
fix(node-gateway): allow broken
Signed-off-by: Alexandra <alexandra.bach@eonerc.rwth-aachen.de>
1 parent 44d1bbc commit 719414c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
extra-trusted-public-keys = [
1111
"villas.cachix.org-1:vCWp9IzwxFT6ovZivQAvn5ZuLST01bpAGXWwlGTZ9fA="
1212
];
13-
allowBrokenPredicate = pkg: pkg == "bytestring-nums";
13+
nixpkgs.config.allowBroken = true;
1414
};
1515

1616
inputs = {

0 commit comments

Comments
 (0)