Spaces:
Configuration error
Configuration error
Fedir Zadniprovskyi
commited on
Commit
·
bb65add
1
Parent(s):
3a0bd05
chore: remove `allowBroken` from flake
Browse files
flake.nix
CHANGED
|
@@ -12,8 +12,6 @@
|
|
| 12 |
pkgs = import nixpkgs {
|
| 13 |
inherit system;
|
| 14 |
config.allowUnfree = true;
|
| 15 |
-
# `cudnn_8_9` is marked as broken but still seems to work as before
|
| 16 |
-
config.allowBroken = true;
|
| 17 |
};
|
| 18 |
in
|
| 19 |
{
|
|
|
|
| 12 |
pkgs = import nixpkgs {
|
| 13 |
inherit system;
|
| 14 |
config.allowUnfree = true;
|
|
|
|
|
|
|
| 15 |
};
|
| 16 |
in
|
| 17 |
{
|