Files
nixos-config/system/nix/nixpkgs.nix
T
2026-03-31 16:53:11 +02:00

11 lines
145 B
Nix

_: {
nixpkgs = {
config = {
allowUnfree = true;
permittedInsecurePackages = [
"electron-38.7.1"
];
};
};
}