summaryrefslogtreecommitdiff
path: root/.envrc
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-11 23:11:22 -0700
committerFuwn <[email protected]>2024-10-11 23:11:22 -0700
commit7a8680e94bbc2cb57e77a030280ab5365b2a9c92 (patch)
tree5c1f883879b80cce8015e8c61409577695e0f50e /.envrc
parentnix: add devenv substituter (diff)
downloadnixos-config-7a8680e94bbc2cb57e77a030280ab5365b2a9c92.tar.xz
nixos-config-7a8680e94bbc2cb57e77a030280ab5365b2a9c92.zip
flake: use devenv instead of devshell
Diffstat (limited to '.envrc')
-rw-r--r--.envrc8
1 files changed, 1 insertions, 7 deletions
diff --git a/.envrc b/.envrc
index df422cf..ebb28a0 100644
--- a/.envrc
+++ b/.envrc
@@ -1,9 +1,3 @@
#!/usr/bin/env bash
-if type -P lorri &>/dev/null; then
- eval "$(lorri direnv)"
-else
- echo 'while direnv evaluated .envrc, could not find the command "lorri" [https://github.com/nix-community/lorri]'
-
- use nix
-fi
+use flake . --impure