about summary refs log tree commit diff
path: root/src/nix/run.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-25 Disable CLONE_NEWUSER when it’s unavailableMatthew Bauer1-1/+4
2019-02-05 Revert "Restore parent mount namespace before executing a child process"Eelco Dolstra1-2/+2
2018-11-13 Restore parent mount namespace before executing a child processEelco Dolstra1-2/+2
2018-08-19 nix run: Restore CPU affinityEelco Dolstra1-0/+3
2018-08-09 nix run: Respect propagated-user-env-packagesEelco Dolstra1-2/+21
2018-02-26 nix run: Fix segfault on macOSEelco Dolstra1-3/+1
2018-02-19 Update release notesEelco Dolstra1-0/+4
2017-11-20 nix run: Fix "flag '--command' requires 2 argument(s)"Eelco Dolstra1-1/+1
2017-11-20 nix run: Fix accidental removal of /nix/store existence checkEelco Dolstra1-1/+1
2017-11-20 nix run: Ignore non-directories while setting up the chrootEelco Dolstra1-3/+6
2017-10-24 nix: Respect -I, --arg, --argstrEelco Dolstra1-5/+6
2017-09-28 nix run: Restore signalsEelco Dolstra1-0/+2
2017-09-10 nix build: Only download the requested derivation outputsEelco Dolstra1-1/+1
2017-09-07 nix run: Add some examplesEelco Dolstra1-0/+18
2017-09-06 nix build: Add --out-link and --no-link optionsEelco Dolstra1-1/+1
2017-08-31 More macOS build fixesEelco Dolstra1-1/+3
2017-08-31 Fix build failure on non-LinuxEelco Dolstra1-1/+1
2017-08-29 nix run: Flush the progress bar before starting the commandEelco Dolstra1-0/+3
2017-08-29 nix run: Add some flags for clearing/keeping the environmentEelco Dolstra1-0/+49
2017-08-29 nix run: Allow passing a command to executeEelco Dolstra1-2/+14
2017-08-29 nix run: Fix chroot executionEelco Dolstra1-60/+99
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim1-8/+8
2017-07-14 StorePathsCommand: Don't build installablesEelco Dolstra1-1/+1
2017-04-25 StorePathCommands: Build installablesEelco Dolstra1-9/+1
2017-04-25 Move code aroundEelco Dolstra1-2/+1
2017-04-25 Restructure installables handling in the "nix" commandEelco Dolstra1-16/+3
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra1-8/+8
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux1-8/+8
2016-06-02 nix run: Set a reasonable uid/gidEelco Dolstra1-0/+7
2016-06-02 nix run: Handle the case where the /nix/store mount point doesn't existEelco Dolstra1-2/+39
2016-06-02 nix run: Mount the Nix store in a private namespaceEelco Dolstra1-1/+21
2016-06-02 Add basic "nix run" commandEelco Dolstra1-0/+62