From d8c610ed20e265abe0f7545f7dda7a227c1e49dd Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Wed, 13 Nov 2019 09:38:25 +1000 Subject: [PATCH] Corrected path --- roles/host_common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/host_common.nix b/roles/host_common.nix index f980a7b..ac844c9 100644 --- a/roles/host_common.nix +++ b/roles/host_common.nix @@ -38,7 +38,7 @@ lsof # list open files direnv # A shell extension that manages your environment ( - import ../deployments/vim.nix + import ../roles/vim.nix ) ]; };