aboutsummaryrefslogtreecommitdiff
path: root/src/nix
AgeCommit message (Expand)Author
2021-10-22remove more debug codeBen Burdette
2021-08-06move valmap to hh; add to envBen Burdette
2021-04-28move repl.cc to libcmd for linkageBen Burdette
2021-04-28fixesBen Burdette
2021-04-27Merge branch 'master' into debugger-mergeBen Burdette
2021-04-22Fix typo in flake docAntoine Martin
2021-04-07Restore stack size in child processesEelco Dolstra
2021-04-07restoreSignals() + restoreAffinity() -> restoreProcessContext()Eelco Dolstra
2021-04-05Make `DerivedPathWithHints` a newtypeJohn Ericson
2021-04-05Rename BuildableJohn Ericson
2021-04-05Use `BuildableReq` for `buildPaths` and `ensurePath`John Ericson
2021-03-26Fix some typosEelco Dolstra
2021-03-19Restore 'nix flake info' as a deprecated aliasEelco Dolstra
2021-03-16Merge 'nix flake {info,list-inputs}' into 'nix flake metadata'Eelco Dolstra
2021-03-16--override-input: Imply --no-write-lock-fileEelco Dolstra
2021-03-09Add a `nix realisation` command for working on realisationsregnat
2021-02-26nix flake update: Recreate the lock fileEelco Dolstra
2021-02-25Use `RealisedPath`s in `copyPaths`regnat
2021-02-24Respect command registrations in plugins.Shea Levy
2021-02-24Initialize plugins after handling initial command line flagsShea Levy
2021-02-18Increase default stack size on LinuxEelco Dolstra
2021-02-17Document meta.mainProgramEelco Dolstra
2021-02-17nix run: Allow program name to be set in meta.mainProgramEelco Dolstra
2021-02-17Throw an error if --arg / --argstr is used with a flakeEelco Dolstra
2021-02-17Make 'nix --version -vv' workEelco Dolstra
2021-02-17nix flake show: Handle 'overlays' outputEelco Dolstra
2021-02-17nix develop: Fix quoted string handlingEelco Dolstra
2021-02-07Support --no-net for backwards compatibilityEelco Dolstra
2021-02-05Merge pull request #4372 from tweag/ca/drvoutputs-commandsEelco Dolstra
2021-02-05Merge pull request #4515 from matthewbauer/fix-nix-profile-install-first-outputEelco Dolstra
2021-02-03Always enter first level of attrset in nix searchMatthew Bauer
2021-02-02Use derivation output name from toDerivationMatthew Bauer
2021-02-01Rename to --debuggerEelco Dolstra
2021-02-01--no-net -> --offlineDomen Kožar
2021-01-29Shorten `mktemp` flag for macOSJames Ottaway
2021-01-28Add a new Cmd type working on RealisedPathsregnat
2021-01-27Merge pull request #4483 from shlevy/libcmdEelco Dolstra
2021-01-27Remove mkFlag()Eelco Dolstra
2021-01-26Move command plugin interface to libnixcmdShea Levy
2021-01-25Group common optionsEelco Dolstra
2021-01-25Make '--help' do the same as 'help' (i.e. show a manpage)Eelco Dolstra
2021-01-21Improve error formattingEelco Dolstra
2021-01-21Fix clang buildEelco Dolstra
2021-01-18nix profile install: Support installing non-flakesEelco Dolstra
2021-01-18Use enumerate()Eelco Dolstra
2021-01-18--refresh: Imply setting .narinfo disk cache TTL to 0Eelco Dolstra
2021-01-18Fix content-addressed flake outputsregnat
2021-01-17TweakEelco Dolstra
2021-01-16Document expected output of 'nix store ping'.ryneeverett
2021-01-14Add 'nix daemon' commandEelco Dolstra