index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
/
installables.cc
Age
Commit message (
Expand
)
Author
2021-01-26
Move command plugin interface to libnixcmd
Shea Levy
2021-01-25
Group common options
Eelco Dolstra
2021-01-18
Fix content-addressed flake outputs
regnat
2021-01-13
Convert option descriptions to Markdown
Eelco Dolstra
2020-12-11
Fix the `nix` command with CA derivations
regnat
2020-11-17
Merge pull request #4189 from edolstra/flake-config
Eelco Dolstra
2020-11-11
Print built derivations as json for build
Matthew Kenigsberg
2020-10-26
Allow nix.conf options to be set in flake.nix
Eelco Dolstra
2020-10-09
Add a description in the completion outputs
regnat
2020-09-01
Merge remote-tracking branch 'upstream/master' into single-ca-drv-build
John Ericson
2020-08-19
Change option descriptions to Markdown
Eelco Dolstra
2020-08-14
Merge remote-tracking branch 'upstream/master' into single-ca-drv-build
John Ericson
2020-08-14
Merge pull request #3875 from obsidiansystems/new-interface-for-path-pathOpt
Eelco Dolstra
2020-08-07
Squashed get CA derivations building
John Ericson
2020-08-07
Make --no-eval-cache a global setting
Eelco Dolstra
2020-08-05
Merge branch 'master' of github.com:NixOS/nix into new-interface-for-path-pat...
Carlo Nucera
2020-08-05
Merge remote-tracking branch 'upstream/master' into buildable-variant
John Ericson
2020-08-04
tab -> space
John Ericson
2020-07-31
Merge branch 'nix-command-build-check' of https://github.com/Ma27/nix
Eelco Dolstra
2020-07-31
nix/build: add `--rebuild` option
Maximilian Bosch
2020-07-28
Merge branch 'misc-ca' of github.com:obsidiansystems/nix into new-interface-f...
Carlo Nucera
2020-07-28
Use the new interface
Carlo Nucera
2020-07-27
Merge remote-tracking branch 'upstream/master' into hash-always-has-type
John Ericson
2020-07-23
Make `Buildable` a `std::variant`
John Ericson
2020-07-16
Merge branch 'master' of github.com:NixOS/nix into optional-derivation-output...
Carlo Nucera
2020-07-16
Merge remote-tracking branch 'upstream/master' into hash-always-has-type
John Ericson
2020-07-15
nix: Add --derivation flag to operate on .drv paths
Eelco Dolstra
2020-07-15
Clean up RealiseMode
Eelco Dolstra
2020-07-15
Make InstallableStorePath behave consistently with InstallableValue
Eelco Dolstra
2020-07-14
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-07-13
toStorePath(): Return a StorePath and the suffix
Eelco Dolstra
2020-07-01
Add --inputs-from to use flake inputs as registry entries
Eelco Dolstra
2020-06-29
Factor out EvalCache::forceDerivation()
Eelco Dolstra
2020-06-29
Move App
Eelco Dolstra
2020-06-17
InstallableFlake: Show all possible attribute names
Eelco Dolstra
2020-06-17
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-16
Remove StorePath::clone() and related functions
Eelco Dolstra
2020-06-11
Represent 'follows' inputs explicitly in the lock file
Eelco Dolstra
2020-06-08
Add completion for --update-input
Eelco Dolstra
2020-06-05
Fix completion of --template
Eelco Dolstra
2020-06-04
nix flake init: Add a '--template' flag
Eelco Dolstra
2020-06-04
Disable eval cache with --impure
Eelco Dolstra
2020-05-30
Remove TreeInfo
Eelco Dolstra
2020-05-28
nixpkgsFlakeRef(): Use locked nixpkgs
Eelco Dolstra
2020-05-16
Call lockFlake once and store in _lockedFlake
Matthew Kenigsberg
2020-05-16
use flake's nixpkgs to find bashInteractive
Matthew Kenigsberg
2020-05-12
Merge pull request #3587 from NixOS/bash-completion
Eelco Dolstra
2020-05-12
Fix InstallableCommand
Eelco Dolstra
2020-05-11
nix flake: Add completion support
Eelco Dolstra
2020-05-11
When completing flakerefs, only return directories
Eelco Dolstra
[next]