

chore: remove `allowBroken` from flake
@3abe9c0de01094631e5669f8f8d93a2ff68ab78f
--- flake.nix
+++ flake.nix
... | ... | @@ -12,8 +12,6 @@ |
12 | 12 |
pkgs = import nixpkgs { |
13 | 13 |
inherit system; |
14 | 14 |
config.allowUnfree = true; |
15 |
- # `cudnn_8_9` is marked as broken but still seems to work as before |
|
16 |
- config.allowBroken = true; |
|
17 | 15 |
}; |
18 | 16 |
in |
19 | 17 |
{ |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?