This commit is contained in:
twoneis 2023-12-20 02:36:20 +01:00
parent 2a10419d95
commit 4a4b80a5a4

View file

@ -9,7 +9,7 @@
]; ];
# Allow packages from nixpkgs # Allow packages from nixpkgs
nixpks.config = { nixpkgs.config = {
permittedInsecurePackages = ["electron-25.9.0"]; # Used for r2modman permittedInsecurePackages = ["electron-25.9.0"]; # Used for r2modman
allowUnfree = true; allowUnfree = true;
}; };