From dd7bc4776d3fc7337ed711bec1b81d60c08620b1 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Mon, 14 Nov 2022 23:43:11 +0100 Subject: [PATCH] fixup! nix/os/devices/steveej-t14: bump versions --- nix/home-manager/profiles/common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/home-manager/profiles/common.nix b/nix/home-manager/profiles/common.nix index e7ae0b2..2570684 100644 --- a/nix/home-manager/profiles/common.nix +++ b/nix/home-manager/profiles/common.nix @@ -11,6 +11,10 @@ in { nixpkgs.config = { allowBroken = true; allowUnfree = true; + + permittedInsecurePackages = [ + "electron-17.4.1" + ]; }; home.keyboard = {