Fedir Zadniprovskyi 2024-11-02
chore: remove `allowBroken` from flake
@3abe9c0de01094631e5669f8f8d93a2ff68ab78f
flake.nix
--- flake.nix
+++ flake.nix
@@ -12,8 +12,6 @@
         pkgs = import nixpkgs {
           inherit system;
           config.allowUnfree = true;
-          # `cudnn_8_9` is marked as broken but still seems to work as before
-          config.allowBroken = true;
         };
       in
       {
Add a comment
List