From bb3813c99e4955641484ed750c0135a09dc59aaf Mon Sep 17 00:00:00 2001 From: Henri Dohmen Date: Wed, 12 Mar 2025 19:09:12 +0100 Subject: [PATCH] update nixpkgs and allow insecure electron --- flake.lock | 6 +++--- mod/nix.nix | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index febb998..dd02916 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1740560979, - "narHash": "sha256-Vr3Qi346M+8CjedtbyUevIGDZW8LcA1fTG0ugPY/Hic=", + "lastModified": 1741513245, + "narHash": "sha256-7rTAMNTY1xoBwz0h7ZMtEcd8LELk9R5TzBPoHuhNSCk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "5135c59491985879812717f4c9fea69604e7f26f", + "rev": "e3e32b642a31e6714ec1b712de8c91a3352ce7e1", "type": "github" }, "original": { diff --git a/mod/nix.nix b/mod/nix.nix index 6d39bcd..08aeec4 100644 --- a/mod/nix.nix +++ b/mod/nix.nix @@ -19,4 +19,9 @@ "spotify" "rust-rover" ]; + + # TODO this is for zulip 5.11.1 + nixpkgs.config.permittedInsecurePackages = [ + "electron-32.3.3" + ]; } \ No newline at end of file