Skip to content

Commit

Permalink
chore: remove allowBroken from flake
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedir Zadniprovskyi authored and fedirz committed Dec 17, 2024
1 parent 51337ef commit 87fb607
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 87fb607

Please sign in to comment.