A post-modern development environment.
0

Configure Feed

Select the types of activity you want to include in your feed.

direnv: Watch changes to default.nix

Now that the package definition lives in default.nix we need direnv to
watch that file to get automatic reloads.

+2 -1
+2 -1
.envrc
··· 1 1 watch_file shell.nix 2 + watch_file default.nix 2 3 watch_file flake.lock 3 4 watch_file rust-toolchain.toml 4 5 5 6 # try to use flakes, if it fails use normal nix (ie. shell.nix) 6 7 use flake || use nix 7 - eval "$shellHook" 8 + eval "$shellHook"