From e60884f99b86dda0b8dee1d1171fd396a09752d6 Mon Sep 17 00:00:00 2001 From: Liam Malone Date: Thu, 9 May 2024 16:49:43 +0100 Subject: [PATCH] update --- hosts/default/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/default/home.nix b/hosts/default/home.nix index 832fb48..23680f2 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -207,6 +207,7 @@ ".." = "cd .."; set-github-var = "export GITHUB=$(sed -n 2p ~/documents/.git_keys)"; set-gitlab-var = "export GITLAB=$(sed -n 4p ~/documents/.git_keys)"; + work = "nix develop --impure"; }; }; emacs = {