aboutsummaryrefslogtreecommitdiff
path: root/src/nix/run.cc
AgeCommit message (Expand)Author
2020-05-15Move registry-related commands from 'nix flake' to 'nix registry'Eelco Dolstra
2020-05-11CleanupEelco Dolstra
2020-05-10Add completion for pathsEelco Dolstra
2020-05-05Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-05-04Flag: Use designated initializersEelco Dolstra
2020-05-01rename nix run to nix shell and nix app to nix runMatthew Kenigsberg
2020-04-29rename nix run to nix shell and nix app to nix runMatthew Kenigsberg
2020-04-09Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-04-07`nix run` using $SHELL as default commandmlatus
2020-03-30Backport 'nix dev-shell' from the flakes branchEelco Dolstra
2019-12-11Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-12-05Make subcommand construction in MultiCommand lazyEelco Dolstra
2019-12-04Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-11-22getEnv(): Return std::optionalEelco Dolstra
2019-11-07use MixEnvironment in run and shellmatthew
2019-11-07changesmatthew
2019-11-07environment fixes in runmatthew
2019-10-31change deprecated attribute syntax in run examplesmatthew
2019-10-15Support non-x86_64-linux system types in flakesEelco Dolstra
2019-08-29Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-07-25Disable CLONE_NEWUSER when it’s unavailableMatthew Bauer
2019-06-18Make subcommand construction in MultiCommand lazyEelco Dolstra
2019-06-17nix app: Accept argumentsEelco Dolstra
2019-06-17nix app: Search for installable in the 'apps' outputEelco Dolstra
2019-06-03Add 'nix app' commandEelco Dolstra
2019-02-05Revert "Restore parent mount namespace before executing a child process"Eelco Dolstra
2018-11-13Restore parent mount namespace before executing a child processEelco Dolstra
2018-08-19nix run: Restore CPU affinityEelco Dolstra
2018-08-09nix run: Respect propagated-user-env-packagesEelco Dolstra
2018-02-26nix run: Fix segfault on macOSEelco Dolstra
2018-02-19Update release notesEelco Dolstra
2017-11-20nix run: Fix "flag '--command' requires 2 argument(s)"Eelco Dolstra
2017-11-20nix run: Fix accidental removal of /nix/store existence checkEelco Dolstra
2017-11-20nix run: Ignore non-directories while setting up the chrootEelco Dolstra
2017-10-24nix: Respect -I, --arg, --argstrEelco Dolstra
2017-09-28nix run: Restore signalsEelco Dolstra
2017-09-10nix build: Only download the requested derivation outputsEelco Dolstra
2017-09-07nix run: Add some examplesEelco Dolstra
2017-09-06nix build: Add --out-link and --no-link optionsEelco Dolstra
2017-08-31More macOS build fixesEelco Dolstra
2017-08-31Fix build failure on non-LinuxEelco Dolstra
2017-08-29nix run: Flush the progress bar before starting the commandEelco Dolstra
2017-08-29nix run: Add some flags for clearing/keeping the environmentEelco Dolstra
2017-08-29nix run: Allow passing a command to executeEelco Dolstra
2017-08-29nix run: Fix chroot executionEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-14StorePathsCommand: Don't build installablesEelco Dolstra
2017-04-25StorePathCommands: Build installablesEelco Dolstra
2017-04-25Move code aroundEelco Dolstra