A post-modern development environment.
0

Configure Feed

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

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