This commit is contained in:
nora 2023-12-16 00:06:39 +01:00
parent c067774aab
commit 98e487b199
5 changed files with 39 additions and 20 deletions

View file

@ -37,7 +37,9 @@ in
# Disable if you don't want unfree packages
allowUnfree = true;
nvidia.acceptLicense = true;
# allowUnfreePredicate = (_: true);
permittedInsecurePackages = [
"electron-25.9.0" # Temporary fix until the next obsidian release: https://github.com/NixOS/nixpkgs/issues/273611
];
};
};