This commit is contained in:
nora 2023-12-16 00:06:39 +01:00
parent 9de8481e61
commit 8db94fc1d6
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
];
};
};