From 0902215ab2aab05abb0536f95395b16b27026806 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Wed, 19 Jun 2024 16:07:53 +0200 Subject: [PATCH] removed a line --- laptop/configuration.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/laptop/configuration.nix b/laptop/configuration.nix index 9cfb58f..332a00f 100644 --- a/laptop/configuration.nix +++ b/laptop/configuration.nix @@ -99,10 +99,6 @@ extraOptions = "experimental-features = nix-command flakes"; package = pkgs.nixFlakes; }; - # Enable nix-2.15.3 for some reaseon something depends on it - nixpkgs.config.permittedInsecurePackages = [ - "nix-2.15.3" - ]; services.emacs.enable = true;