updated inputs
This commit is contained in:
@ -6,6 +6,10 @@
|
||||
nixpkgs.config = {
|
||||
allowUnfree = false;
|
||||
|
||||
permittedInsecurePackages = [
|
||||
"electron-25.9.0"
|
||||
];
|
||||
|
||||
allowUnfreePredicate = pkg:
|
||||
builtins.elem (lib.getName pkg) [
|
||||
"osu-lazer"
|
||||
|
Reference in New Issue
Block a user