From 6b13511ba08b0b1c1cc55cfbbfdb8b52a4e6026f Mon Sep 17 00:00:00 2001 From: Brendan Golden <1282303-Brendan_Golden@users.noreply.gitlab.com> Date: Sun, 29 Jan 2023 12:41:01 +0000 Subject: [PATCH] ix: the path for this was wrong, was dep[endant on having it installed outside of nix --- dev.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev.nix b/dev.nix index 24bde12..607e478 100644 --- a/dev.nix +++ b/dev.nix @@ -25,5 +25,5 @@ in mkShell { buildInputs = [ imports.agenix.agenix ]; - shellHook = ''export EDITOR="/usr/bin/nano"''; + shellHook = ''export EDITOR="${pkgs.nano}/bin/nano"''; } \ No newline at end of file