mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
3c78e0ce04
Before: nix-repl> (_experimental-update-script-combinators.sequence [["false"] ["echo" "work"]]).command [ "sh" "-c" "'false';'echo' 'work'" ] After: nix-repl> (_experimental-update-script-combinators.sequence [["false"] ["echo" "work"]]).command [ "sh" "-ec" "'false';'echo' 'work'" ] |
||
---|---|---|
.. | ||
scripts | ||
combinators.nix | ||
directory-listing-updater.nix | ||
generic-updater.nix | ||
git-updater.nix | ||
http-two-levels-updater.nix | ||
nix-update.nix | ||
scripts.nix | ||
unstable-updater.nix |