mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 16:40:33 +01:00
10 lines
134 B
Nix
10 lines
134 B
Nix
{
|
|
config,
|
|
lib,
|
|
inputs,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
nixpkgs.config.permittedInsecurePackages = ["electron-25.9.0" "electron-24.8.6"];
|
|
}
|