updated inputs

This commit is contained in:
2024-02-06 19:53:42 +01:00
parent 5dfaa1d593
commit 71dffa98ad
2 changed files with 16 additions and 12 deletions

View File

@ -6,6 +6,10 @@
nixpkgs.config = {
allowUnfree = false;
permittedInsecurePackages = [
"electron-25.9.0"
];
allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [
"osu-lazer"