/chaseln

Primary LanguageRust

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.