8000 GitHub - jonringer/lndir-simple: Xorg's lndir utility, but optimized for nixpkgs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jonringer/lndir-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

lndir (simple)

This is similar to xorg's lndir utility, but optimized for usage within nixpkgs. Original motivation was to remove xorg.lndir from being in the symlinkJoin trivial builder of nixpkgs. Since symlinkJoin is used in the bootstrapping of stdenv, it creates a dependency on an additional 20-40 derivations

Differences from xorg's lndir include:

  • Only dependencies are bash and gnu coreutils
  • Symlink locations are all resolved to absolute paths
  • -silent is the default behavior
  • -ignorelinks (deprecated) and -withrevifo (not relevant) are ignored
  • <from dir> and <destination dir> must be defined
  • <destination dir> will be created if doesn't already exist
  • If <from dir> is a file, then just a symlink is created

About

Xorg's lndir utility, but optimized for nixpkgs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0