summaryrefslogtreecommitdiffstats
path: root/nix-script
AgeCommit message (Expand)Author
2016-06-19Ensure RC variable passthroughMatthias Beyer
2015-09-14Add: nix-script replMatthias Beyer
2015-09-07Fix: Use caller util in mainMatthias Beyer
2015-09-07Rewrite scriptname_to_command helper functionMatthias Beyer
2015-09-07fix: Pass RC_CONFIG and RC_NIXPKGS as environment to scriptsMatthias Beyer
2015-08-01Add debug output when sourcing configMatthias Beyer
2015-08-01Print used config file variablesMatthias Beyer
2015-08-01Add RC variable for tagging flags for tagging in nixpkgs repo on switch commandMatthias Beyer
2015-08-01Add default tagging flags in switch commandMatthias Beyer
2015-08-01Add support for configuration fileMatthias Beyer
2015-07-15Change user irrelevant outputs to dbg outputMatthias Beyer
2015-07-15Add debugging flag in main fileMatthias Beyer
2015-07-11Add documentation to nix-scriptMatthias Beyer
2015-07-10Merge pull request #48 from matthiasbeyer/fix-#42Matthias Beyer
2015-07-10nix-script: Use help text helper functionsMatthias Beyer
2015-07-10Exit bad if there is no commandMatthias Beyer
2015-07-10Remove old commentMatthias Beyer
2015-07-05Minify checks in mainMatthias Beyer
2015-06-28Fix: move path removing to helperMatthias Beyer
2015-06-28Fix: Remove path from command listMatthias Beyer
2015-06-06Print $SCRIPT not $COMMAND in verbose modeMatthias Beyer
2015-06-05Use scriptname_to_command() in nix-script callerMatthias Beyer
2015-06-05Revert "We don't need to shift here"Matthias Beyer
2015-06-05Add utility script for more DRY codeMatthias Beyer
2015-06-05We don't need to shift hereMatthias Beyer
2015-06-05Remove config file fooMatthias Beyer
2015-06-05Break as soon as command is foundMatthias Beyer
2015-03-18Fix shebang for NixOSMatthias Beyer
2015-02-22Merge pull request #6 from matthiasbeyer/list-scriptsMatthias Beyer
2015-02-17Dont print the "I do not override my defaults" massage if not in verbose modeMatthias Beyer
2015-02-17Made command listing better by removing pre/suffixesMatthias Beyer
2015-02-11Rename: nix-script.sh -> nix-scriptMatthias Beyer