summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraristote <quentin.aristote@irif.fr>2025-12-08 18:54:18 +0100
committeraristote <quentin.aristote@irif.fr>2025-12-08 18:54:18 +0100
commit8adee2400f9b54afbb2c024f3be9318b612b6e96 (patch)
treea1d38f7e2188e7d191a379f3f21fc06df6d75d1d
parentf58d31008ac0003b05af9b8a28128aff04275717 (diff)
remove .envrc
-rw-r--r--.envrc11
1 files changed, 0 insertions, 11 deletions
diff --git a/.envrc b/.envrc
deleted file mode 100644
index d70512d..0000000
--- a/.envrc
+++ /dev/null
@@ -1,11 +0,0 @@
-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
-
-watch_file devenv.nix
-watch_file devenv.lock
-watch_file devenv.yaml
-if ! use flake . --impure
-then
- echo "devenv could not be built. The devenv environment was not loaded. Make the necessary changes to devenv.nix and hit enter to try again." >&2
-fi