summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-10-04Integrate function code in scriptMatthias Beyer
2015-10-04Fix typoMatthias Beyer
2015-10-04Remove else-branch from if-else by negating conditionMatthias Beyer
2015-10-04Fixed indentionMatthias Beyer
2015-10-04Minify ifMatthias Beyer
2015-10-04Default command setting simplifiedMatthias Beyer
2015-10-04Add debug output in arg parsingMatthias Beyer
2015-10-04Better overview over the help textMatthias Beyer
2015-10-04Merge pull request #98 from matthiasbeyer/switch-integrate_alternative_nixpkg...Matthias Beyer
2015-09-29Merge pull request #100 from matthiasbeyer/update-package-def-parallelMatthias Beyer
2015-09-29update-package-def: Add -c option to pass --cores to nix-buildMatthias Beyer
2015-09-29update-package-def: Add -j option to build in parallelMatthias Beyer
2015-09-27switch: Ability to parse alternative nixpkgs from normal argsMatthias Beyer
2015-09-23Merge pull request #92 from matthiasbeyer/quiet-by-defaultMatthias Beyer
2015-09-22switch: Be quiet by defaultMatthias Beyer
2015-09-18Merge pull request #71 from matthiasbeyer/add-replMatthias Beyer
2015-09-18Merge pull request #89 from matthiasbeyer/fix-switch-nixpkgs_tag_generatingMatthias Beyer
2015-09-16Fix: switch: Generate tag only if argument for it is passedMatthias Beyer
2015-09-16Add builtin "exit" with ability to "exit 1"Matthias Beyer
2015-09-14Shorten: __builtin__()Matthias Beyer
2015-09-14Switch login for __builtin__()Matthias Beyer
2015-09-14Add builtin: debuggingMatthias Beyer
2015-09-14Add builtin: verbosity setterMatthias Beyer
2015-09-14Add callback helper for builtinsMatthias Beyer
2015-09-14Add: nix-script replMatthias Beyer
2015-09-12Merge pull request #83 from matthiasbeyer/help-text-cleanupMatthias Beyer
2015-09-12Merge pull request #74 from matthiasbeyer/add-container-helpersMatthias Beyer
2015-09-12Merge pull request #84 from matthiasbeyer/download-sourcesMatthias Beyer
2015-09-12Add container helper for listing container statsMatthias Beyer
2015-09-12Merge pull request #75 from matthiasbeyer/show-profile-genMatthias Beyer
2015-09-11Add "-v" switch in usage stringMatthias Beyer
2015-09-11Add missing arguments to help_end() callsMatthias Beyer
2015-09-11Merge pull request #77 from matthiasbeyer/channel-updateMatthias Beyer
2015-09-11Add command to update channel and create a tag in the config for itMatthias Beyer
2015-09-08Add command to download sources of a package and its depsMatthias Beyer
2015-09-08Add helper func to get current channel generationMatthias Beyer
2015-09-08Rewrite "nix-script show-commit" with awkMatthias Beyer
2015-09-08Add command for killing containersMatthias Beyer
2015-09-07show-generation: Support for showing generation of custom profileMatthias Beyer
2015-09-07Add "container setup" command for building container with configurationMatthias Beyer
2015-09-07Introduce rc-variable for container conf template dirMatthias Beyer
2015-09-07Add util function for getting path of configuration.nix inside containerMatthias Beyer
2015-09-07Add level 2 caller: "container" subcommandMatthias Beyer
2015-09-07Fix typos in README.mdv0.2Matthias Beyer
2015-09-07Merge pull request #17 from matthiasbeyer/add-channel-toolsMatthias Beyer
2015-09-07Ugly fix: Hard-code (more or less) help synopsis stringMatthias Beyer
2015-09-07Fix: scriptname_to_command should replace callee stringMatthias Beyer
2015-09-07Fix: Use caller util in mainMatthias Beyer
2015-09-07Fix: Sort command listMatthias Beyer
2015-09-07Rewrite scriptname_to_command helper functionMatthias Beyer