diff options
| author | Fuwn <[email protected]> | 2024-10-11 23:11:22 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-11 23:11:22 -0700 |
| commit | 7a8680e94bbc2cb57e77a030280ab5365b2a9c92 (patch) | |
| tree | 5c1f883879b80cce8015e8c61409577695e0f50e /.envrc | |
| parent | nix: add devenv substituter (diff) | |
| download | nixos-config-7a8680e94bbc2cb57e77a030280ab5365b2a9c92.tar.xz nixos-config-7a8680e94bbc2cb57e77a030280ab5365b2a9c92.zip | |
flake: use devenv instead of devshell
Diffstat (limited to '.envrc')
| -rw-r--r-- | .envrc | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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 |