mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
chore: permit insecure qtwebkit
This commit is contained in:
@@ -32,6 +32,9 @@ in {
|
||||
iolanguage = pkgs.callPackage <niveum/packages/iolanguage.nix> {};
|
||||
ix = pkgs.callPackage <niveum/packages/ix.nix> {};
|
||||
};
|
||||
permittedInsecurePackages = [
|
||||
"qtwebkit-5.212.0-alpha4"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user