Chase symlinks!
- Example chasing a symlink generated using home-manager's mkOutOfStoreSymlink
nix develop --impureto enter the devenv shell- See the devenv flakes docs for more info
- In the devenv shell, you can use
cargoto build and test the project as if your system doesn't have nix
nix build .#chaselnto build the project- The build env and the dev env are coincidentally the same (because they're both using packages from the
nixpkgsflake input), but they can be different if you set the version in eg.devenv.nixwithout also changing the build env.
- The build env and the dev env are coincidentally the same (because they're both using packages from the
