summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-09-18Merge pull request #89 from matthiasbeyer/fix-switch-nixpkgs_tag_generatingMatthias Beyer
Fix: switch: Generate tag only if argument for it is passed
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
This is a combination of 23 commits: * Add first draft for nix-shell repl * Remove functions which are in nix-utils.sh * Minify if-then-exit * Remove sudo run... why do I actually have this? * Include helpers * Add help text * Remove old arguments in parsing code * Dont print on stderr, do debugging output here * Remove explain checker, use dbg() as output function * Fix checker * Use bash to print * Use "exit" or "quit" to exit nix-repl * Remove doubled caller code * Move: script_for() function to helpers * Remove old variables * Fix bash call * move all_commands() function to nix-utils.sh * Formatted and extended all_commands() function * Lists executables only. * Shorten error message * Add helper to check whether a string contains a string * Add possibility to execute simple bash commands in repl * The more debug output, the better * More things, we should really squash this stuff
2015-09-12Merge pull request #83 from matthiasbeyer/help-text-cleanupMatthias Beyer
Help text cleanup
2015-09-12Merge pull request #74 from matthiasbeyer/add-container-helpersMatthias Beyer
Add container helpers
2015-09-12Merge pull request #84 from matthiasbeyer/download-sourcesMatthias Beyer
Add command to download sources of a package and its deps
2015-09-12Add container helper for listing container statsMatthias Beyer
2015-09-12Merge pull request #75 from matthiasbeyer/show-profile-genMatthias Beyer
show-generation: Support for showing generation of custom profile
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
Channel update tool
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
Add channel tools
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, ↵Matthias Beyer
including sanity checks
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
Add rc file
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