summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2015-09-07Add tool for diffing channel generationsMatthias Beyer
2015-09-07Add script for checking out a generationMatthias Beyer
2015-09-07Add tool to list channel generationsMatthias Beyer
2015-09-07Add nix-script channel command, which is a caller itselfMatthias Beyer
2015-09-07Add util for getting the complete script name for a caller and a command, inc...Matthias Beyer
2015-09-07Add util for generating a script name for a caller and a commandMatthias Beyer
2015-09-07Add util for listing all subcommands for a callerMatthias Beyer
2015-09-07Add util for listing all commands for a callerMatthias Beyer
2015-09-07fix: Pass RC_CONFIG and RC_NIXPKGS as environment to scriptsMatthias Beyer
2015-08-01Merge pull request #68 from matthiasbeyer/add-rc_fileMatthias Beyer
2015-08-01Add debug output when sourcing configMatthias Beyer
2015-08-01switch: Move variable printing, so we have proper debugging outputMatthias Beyer
2015-08-01Add help text for config file var use in switch commandMatthias Beyer
2015-08-01Print used config file variablesMatthias Beyer
2015-08-01Add helper for config file variablesMatthias Beyer
2015-08-01Add RC variable for tagging flags for tagging in nixpkgs repo on switch commandMatthias Beyer