summaryrefslogtreecommitdiff
path: root/.envrc
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2025-02-16 21:22:31 +0100
committerquentin@aristote.fr <quentin@aristote.fr>2025-02-16 21:41:13 +0100
commit450b6816a0a7552724c1bc4cd4176f8d12f66eb4 (patch)
tree86e72f56a487592c965744c45680cc4ef16fe935 /.envrc
parente58b9ccb67cf3e1974c69d5aeaf8f9e66fb07bde (diff)
devenv: move out of flake
Diffstat (limited to '.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