From 7e5be85563bdcb8df2494aaae55433b5fa452c8f Mon Sep 17 00:00:00 2001 From: traxys Date: Sun, 7 Jul 2024 12:26:04 +0200 Subject: [PATCH] templates/rust: Don't download direnv each time --- templates/rust/.envrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/rust/.envrc b/templates/rust/.envrc index 5e9005b..3550a30 100644 --- a/templates/rust/.envrc +++ b/templates/rust/.envrc @@ -1,4 +1 @@ -if ! has nix_direnv_version || ! nix_direnv_version 2.1.1; then - source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.1.1/direnvrc" "sha256-b6qJ4r34rbE23yWjMqbmu3ia2z4b2wIlZUksBke/ol0=" -fi use flake