Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 828 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 828 Bytes

chaseln

Chase symlinks!

Example chasing a symlink generated using home-manager's mkOutOfStoreSymlink

  • Example chasing a symlink generated using home-manager's mkOutOfStoreSymlink

Development

  • nix develop --impure to enter the devenv shell
  • nix build .#chaseln to build the project
    • The build env and the dev env are coincidentally the same (because they're both using packages from the nixpkgs flake input), but they can be different if you set the version in eg. devenv.nix without also changing the build env.