aboutsummaryrefslogtreecommitdiff
path: root/src/nix/run.cc
AgeCommit message (Expand)Author
2024-07-01tree-wide: unify progress bar inactive and paused statesAlois Wohlschlager
2024-06-20de-inheritance CmdRun for InstallableValueCommandQyriad
2024-05-29util.{hh,cc}: Split out current-process.{hh,cc}Tom Hubrecht
2024-03-04Merge pull request #9648 from cole-h/nix-shell-orderingeldritch horrors
2024-03-04Merge pull request #9494 from sellout/nix-run-execveldritch horrors
2023-03-16Move value-only methods to `InstallableValue`John Ericson
2023-03-15Make command infra less stateful and more regularJohn Ericson
2022-12-23nix develop: Set personalityEelco Dolstra
2022-06-23Fix build-remote in nix-staticEelco Dolstra
2022-04-01fix(run): set applyNixConfig lockFlagTom Bereknyei
2022-03-28nix {run,shell}: Print a better error message if the store is not localEelco Dolstra
2022-03-02Move installables-related operationsEelco Dolstra
2022-02-22Replace defaultBla.$system with bla.$system.defaultEelco Dolstra
2021-12-22Remove CPU lockingEelco Dolstra
2021-08-21nix {bundle,run}: drop broken flake attr-path prefixesJan Tojnar
2021-07-27nix develop: Support chroot storesEelco Dolstra
2021-07-22Use eval-store in more placesEelco Dolstra
2021-06-18UDSRemoteStore: Support the 'root' store parameterEelco Dolstra
2021-05-17Split the parsing of an `App` and its resolvingregnat
2021-04-07restoreSignals() + restoreAffinity() -> restoreProcessContext()Eelco Dolstra
2021-04-05Rename BuildableJohn Ericson
2021-04-05Use `BuildableReq` for `buildPaths` and `ensurePath`John Ericson
2021-01-13Convert option descriptions to MarkdownEelco Dolstra
2020-12-23Merge pull request #4336 from NixOS/manpagesEelco Dolstra
2020-12-22chrootHelper: Handle symlinks in the root directoryEelco Dolstra
2020-12-21Add 'nix run' and 'nix shell' manpagesEelco Dolstra
2020-12-01shut up clang warningsregnat
2020-10-06Remove static variable name clashesEelco Dolstra
2020-10-01add more examples to --help of `nix run`DavHau
2020-07-15nix: Add --derivation flag to operate on .drv pathsEelco Dolstra
2020-07-15Clean up RealiseModeEelco Dolstra
2020-06-29nix run: Use packages/legacyPackages as fallback if there is no app definitionEelco Dolstra
2020-06-17Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-06-16Remove StorePath::clone() and related functionsEelco Dolstra
2020-05-15Move registry-related commands from 'nix flake' to 'nix registry'Eelco Dolstra
2020-05-11Merge branch 'master' into errors-phase-2Ben Burdette
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-21remove 'format' from Error constructor callsBen Burdette
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