summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorstuebinm2023-12-29 18:51:30 +0100
committerstuebinm2023-12-29 18:51:30 +0100
commit47885b325b63671c5359afcc3c2ebc4ed85f3004 (patch)
treed21e395d3bf3d37b566c34d2b149eaf2601d7caf /flake.nix
parent3edeaf0a6e7c51cb47cd29be40e677980fc876bf (diff)
more updates
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index d6d6c18..1aaeb1f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -58,6 +58,9 @@
inputs.rust-overlay.overlays.default
self.overlays.default
];
+ config.permittedInsecurePackages = [
+ "schildichat-web-1.11.30-sc.2"
+ ];
};
mkConfig = imports: config:
inputs.nixpkgs.lib.nixosSystem rec {