From 58810bbf91fd0bc85a7fe74dfd7a71b614215dc5 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Mon, 12 Jun 2023 16:22:07 -0500 Subject: [PATCH] use flake if possible --- .envrc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.envrc.nix b/.envrc.nix index 35e2fadd..b3ea9100 100644 --- a/.envrc.nix +++ b/.envrc.nix @@ -1,2 +1,2 @@ -use nix +use flake || use nix export PATH="$(pwd)/node_modules/.bin:$PATH"