Skip to content

Commit 83af5c1

Browse files
committed
fix: manual update and temporary insecure addition
1 parent 5397c55 commit 83af5c1

File tree

2 files changed

+34
-31
lines changed

2 files changed

+34
-31
lines changed

flake.lock

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nixos/common/nix.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
config = {
3232
allowUnfree = true;
3333
warnUndeclaredOptions = true;
34+
permittedInsecurePackages = [
35+
"qtwebengine-5.15.19"
36+
];
3437
};
3538
overlays = [
3639
# inputs.neovim-nightly-overlay.overlays.default

0 commit comments

Comments
 (0)