From d09547a33f98742e05b30cfc38a4448a6b671ca6 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 18 Feb 2021 21:49:43 +0530 Subject: Fixes direnv integration for emacs --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 699a5e5..00d4759 100644 --- a/configuration.nix +++ b/configuration.nix @@ -83,6 +83,10 @@ in { automatic = true; dates = "weekly"; }; + nix.extraOptions = '' + keep-outputs = true + keep-derivations = true + ''; system.stateVersion = "20.09"; } -- cgit v1.3.1