webnf / dwn

A clojure build tool, based on nix
17 stars 2 forks source link

Remove nix-repl, zsh references from dwmTools #4

Closed charles-dyfis-net closed 5 years ago

charles-dyfis-net commented 5 years ago

nix-repl no longer exists as of nixpkgs 18.09, being replaced with the nix repl subcommand; this leads to webnf/dwn#2.

The zsh reference created an extra dependency with no documentation or tools appearing to rely on it; prune while at it.

bendlas commented 5 years ago

Fixed the issue in https://github.com/webnf/dwn/commit/6bec638b2c3394c2ab5f5ce282768217803f433e

The documentation is in the [...] in USAGE: dwn gen-repo | build [...] ;-)

The actual files are for a use case, for standalone deployment in a user chroot, to get easy access to the internal environment. Not sure what to do with it as of yet, but leaving it in for now.