aboutsummaryrefslogtreecommitdiff
path: root/src/nix/installables.cc
AgeCommit message (Expand)Author
2021-01-26Move command plugin interface to libnixcmdShea Levy
2021-01-25Group common optionsEelco Dolstra
2021-01-18Fix content-addressed flake outputsregnat
2021-01-13Convert option descriptions to MarkdownEelco Dolstra
2020-12-11Fix the `nix` command with CA derivationsregnat
2020-11-17Merge pull request #4189 from edolstra/flake-configEelco Dolstra
2020-11-11Print built derivations as json for buildMatthew Kenigsberg
2020-10-26Allow nix.conf options to be set in flake.nixEelco Dolstra
2020-10-09Add a description in the completion outputsregnat
2020-09-01Merge remote-tracking branch 'upstream/master' into single-ca-drv-buildJohn Ericson
2020-08-19Change option descriptions to MarkdownEelco Dolstra
2020-08-14Merge remote-tracking branch 'upstream/master' into single-ca-drv-buildJohn Ericson
2020-08-14Merge pull request #3875 from obsidiansystems/new-interface-for-path-pathOptEelco Dolstra
2020-08-07Squashed get CA derivations buildingJohn Ericson
2020-08-07Make --no-eval-cache a global settingEelco Dolstra
2020-08-05Merge branch 'master' of github.com:NixOS/nix into new-interface-for-path-pat...Carlo Nucera
2020-08-05Merge remote-tracking branch 'upstream/master' into buildable-variantJohn Ericson
2020-08-04tab -> spaceJohn Ericson
2020-07-31Merge branch 'nix-command-build-check' of https://github.com/Ma27/nixEelco Dolstra
2020-07-31nix/build: add `--rebuild` optionMaximilian Bosch
2020-07-28Merge branch 'misc-ca' of github.com:obsidiansystems/nix into new-interface-f...Carlo Nucera
2020-07-28Use the new interfaceCarlo Nucera
2020-07-27Merge remote-tracking branch 'upstream/master' into hash-always-has-typeJohn Ericson
2020-07-23Make `Buildable` a `std::variant`John Ericson
2020-07-16Merge branch 'master' of github.com:NixOS/nix into optional-derivation-output...Carlo Nucera
2020-07-16Merge remote-tracking branch 'upstream/master' into hash-always-has-typeJohn Ericson
2020-07-15nix: Add --derivation flag to operate on .drv pathsEelco Dolstra
2020-07-15Clean up RealiseModeEelco Dolstra
2020-07-15Make InstallableStorePath behave consistently with InstallableValueEelco Dolstra
2020-07-14Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-07-13toStorePath(): Return a StorePath and the suffixEelco Dolstra
2020-07-01Add --inputs-from to use flake inputs as registry entriesEelco Dolstra
2020-06-29Factor out EvalCache::forceDerivation()Eelco Dolstra
2020-06-29Move AppEelco Dolstra
2020-06-17InstallableFlake: Show all possible attribute namesEelco Dolstra
2020-06-17Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-06-16Remove StorePath::clone() and related functionsEelco Dolstra
2020-06-11Represent 'follows' inputs explicitly in the lock fileEelco Dolstra
2020-06-08Add completion for --update-inputEelco Dolstra
2020-06-05Fix completion of --templateEelco Dolstra
2020-06-04nix flake init: Add a '--template' flagEelco Dolstra
2020-06-04Disable eval cache with --impureEelco Dolstra
2020-05-30Remove TreeInfoEelco Dolstra
2020-05-28nixpkgsFlakeRef(): Use locked nixpkgsEelco Dolstra
2020-05-16Call lockFlake once and store in _lockedFlakeMatthew Kenigsberg
2020-05-16use flake's nixpkgs to find bashInteractiveMatthew Kenigsberg
2020-05-12Merge pull request #3587 from NixOS/bash-completionEelco Dolstra
2020-05-12Fix InstallableCommandEelco Dolstra
2020-05-11nix flake: Add completion supportEelco Dolstra
2020-05-11When completing flakerefs, only return directoriesEelco Dolstra