mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
10 lines
98 B
Nix
Executable File
10 lines
98 B
Nix
Executable File
{
|
|
config,
|
|
...
|
|
}:
|
|
{
|
|
nixpkgs.config.permittedInsecurePackages = [
|
|
"libsoup-2.74.3"
|
|
];
|
|
}
|