From 414a9fcbdfe58c1403aa03cf8883c0371ec2ab63 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 11 Mar 2024 16:09:38 +0100 Subject: [PATCH] Remove nix-direnv install task I have this globally --- .envrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.envrc b/.envrc index 01a265b..883f292 100644 --- a/.envrc +++ b/.envrc @@ -1,8 +1,3 @@ -if ! has nix_direnv_version || ! nix_direnv_version 2.2.1; then - source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.2.1/direnvrc" "sha256-zelF0vLbEl5uaqrfIzbgNzJWGmLzCmYAkInj/LNxvKs=" -fi - - nix_direnv_watch_file devenv.nix nix_direnv_watch_file devenv.lock nix_direnv_watch_file devenv.yaml