Add devenv for dotfiles

This commit is contained in:
2023-09-17 17:39:36 +01:00
parent ccc595d9a6
commit 146ec0270f
5 changed files with 331 additions and 15 deletions

8
.envrc Normal file
View File

@@ -0,0 +1,8 @@
if ! has nix_direnv_version || ! nix_direnv_version 2.2.0; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.2.0/direnvrc" "sha256-5EwyKnkJNQeXrRkYbwwRBcXbibosCJqyIUuz9Xq+LRc="
fi
nix_direnv_watch_file devenv.nix
nix_direnv_watch_file devenv.lock
nix_direnv_watch_file devenv.yaml
use flake . --impure