mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 18:19:09 +00:00
config: add qtwebkit to insecure package permit list
This commit is contained in:
parent
f0b2aee54e
commit
72bc80c70b
@ -204,7 +204,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.config.permittedInsecurePackages =
|
nixpkgs.config.permittedInsecurePackages =
|
||||||
[ "python3.10-django-3.1.14" ];
|
[ "python3.10-django-3.1.14" "qtwebkit-5.212.0-alpha4" ];
|
||||||
|
|
||||||
# Stallman-senpai will be disappointed.
|
# Stallman-senpai will be disappointed.
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user