index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
/
run.cc
Age
Commit message (
Expand
)
Author
2020-06-16
Remove StorePath::clone() and related functions
Eelco Dolstra
2020-05-11
Merge branch 'master' into errors-phase-2
Ben Burdette
2020-05-04
Flag: Use designated initializers
Eelco Dolstra
2020-05-01
rename nix run to nix shell and nix app to nix run
Matthew Kenigsberg
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-04-07
`nix run` using $SHELL as default command
mlatus
2020-03-30
Backport 'nix dev-shell' from the flakes branch
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-12-05
Make subcommand construction in MultiCommand lazy
Eelco Dolstra
2019-11-22
getEnv(): Return std::optional
Eelco Dolstra
2019-07-25
Disable CLONE_NEWUSER when it’s unavailable
Matthew Bauer
2019-02-05
Revert "Restore parent mount namespace before executing a child process"
Eelco Dolstra
2018-11-13
Restore parent mount namespace before executing a child process
Eelco Dolstra
2018-08-19
nix run: Restore CPU affinity
Eelco Dolstra
2018-08-09
nix run: Respect propagated-user-env-packages
Eelco Dolstra
2018-02-26
nix run: Fix segfault on macOS
Eelco Dolstra
2018-02-19
Update release notes
Eelco Dolstra
2017-11-20
nix run: Fix "flag '--command' requires 2 argument(s)"
Eelco Dolstra
2017-11-20
nix run: Fix accidental removal of /nix/store existence check
Eelco Dolstra
2017-11-20
nix run: Ignore non-directories while setting up the chroot
Eelco Dolstra
2017-10-24
nix: Respect -I, --arg, --argstr
Eelco Dolstra
2017-09-28
nix run: Restore signals
Eelco Dolstra
2017-09-10
nix build: Only download the requested derivation outputs
Eelco Dolstra
2017-09-07
nix run: Add some examples
Eelco Dolstra
2017-09-06
nix build: Add --out-link and --no-link options
Eelco Dolstra
2017-08-31
More macOS build fixes
Eelco Dolstra
2017-08-31
Fix build failure on non-Linux
Eelco Dolstra
2017-08-29
nix run: Flush the progress bar before starting the command
Eelco Dolstra
2017-08-29
nix run: Add some flags for clearing/keeping the environment
Eelco Dolstra
2017-08-29
nix run: Allow passing a command to execute
Eelco Dolstra
2017-08-29
nix run: Fix chroot execution
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-07-14
StorePathsCommand: Don't build installables
Eelco Dolstra
2017-04-25
StorePathCommands: Build installables
Eelco Dolstra
2017-04-25
Move code around
Eelco Dolstra
2017-04-25
Restructure installables handling in the "nix" command
Eelco Dolstra
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-06-02
nix run: Set a reasonable uid/gid
Eelco Dolstra
2016-06-02
nix run: Handle the case where the /nix/store mount point doesn't exist
Eelco Dolstra
2016-06-02
nix run: Mount the Nix store in a private namespace
Eelco Dolstra
2016-06-02
Add basic "nix run" command
Eelco Dolstra