1
0
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:
2022-11-30 09:19:30 +01:00
parent 74191a27ee
commit 03d40a488b

View File

@@ -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"
];
};
};
}