all repos — nixfiles @ 4c9c256390251b3b921869cd4bf888569fdbcc82

System and user configuration, managed by nix and home-manager

set up envrc for flake usage

Alan Pearce
commit

4c9c256390251b3b921869cd4bf888569fdbcc82

parent

93dba07db6a1db2d7d84adf56da0f9cc2d31bc81

1 file changed, 1 insertion(+), 2 deletions(-)

changed files
M .envrc.envrc
@@ -1,4 +1,3 @@
-watch_file npins/sources.json if type -P lorri &>/dev/null; then if test -n "$TMPDIR"; then export TMPDIR="$(readlink -f $TMPDIR)"
@@ -6,5 +5,5 @@ fi
eval "$(lorri direnv --flake .)" else echo 'while direnv evaluated .envrc, could not find the command "lorri" [https://github.com/nix-community/lorri]' - use nix + use flake fi