index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
/
flake.cc
Age
Commit message (
Expand
)
Author
2023-02-20
Split out `InstallableFlake` and `InstallableAttrPath`
John Ericson
2023-01-31
nix flake show: Ignore empty attrsets
Robert Hensing
2023-01-27
apply showAllSystems to legacyPackages as well
Max
2023-01-27
Merge remote-tracking branch 'nixos/master' into pr-flake-show-foreign
Théophane Hufschmitt
2023-01-19
Revert "Revert "Merge pull request #6204 from layus/coerce-string""
Guillaume Maudoux
2023-01-18
Revert "Merge pull request #6204 from layus/coerce-string"
Robert Hensing
2023-01-16
flake check: Recognize well known community attributes
Robert Hensing
2023-01-11
Remove default constructor from `OutputsSpec`
John Ericson
2023-01-10
Parse string context elements properly
John Ericson
2023-01-10
Make clear that `StorePathWithOutputs` is a deprecated type
John Ericson
2023-01-05
Don't check NixOS modules
Naïm Favier
2023-01-02
Merge remote-tracking branch 'origin/master' into coerce-string
Eelco Dolstra
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-11-16
Replace src/libutil/json.cc with nlohmann json generation
Yorick van Pelt
2022-09-07
showForeign -> showAllSystems
Max
2022-09-07
WIP: broken merge but need a git checkpoint
Guillaume Maudoux
2022-09-01
nix flake show: don't evaluate derivations for foreign systems by default
Max
2022-08-17
nix flake metadata: Don't show "Inputs" if there are no inputs
Eelco Dolstra
2022-07-12
Merge pull request #6693 from ncfavier/complete-flake-inputs
Théophane Hufschmitt
2022-06-29
Merge remote-tracking branch 'origin/master' into better-flake-new-error-message
Théophane Hufschmitt
2022-06-26
#6699 flake init: fix trying to add unchanged file
Manu [tennox]
2022-06-26
#6699 flake init: Apply suggestions of @thufschmitt
Manu [tennox]
2022-06-26
Update src/nix/flake.cc
Manuel
2022-06-26
Update src/nix/flake.cc
Manuel
2022-06-21
#6542 Apply flake templates partially on conflicts
Manu [tennox]
2022-06-20
Complete flake inputs for all given flakes
Naïm Favier
2022-05-23
Merge pull request #6560 from ncfavier/patch-1
Théophane Hufschmitt
2022-05-21
typo: defaultApps → defaultApp
Naïm Camille Favier
2022-05-18
Hint at the source file on conflict in `flake new`
Théophane Hufschmitt
2022-05-13
fix: alignment during flake show of legacyPackages
Tom Bereknyei
2022-05-03
Allow selecting derivation outputs using 'installable!outputs'
Eelco Dolstra
2022-04-29
Merge remote-tracking branch 'origin/master' into coerce-string
Guillaume Maudoux
2022-04-28
fix errors case and wording
Guillaume Maudoux
2022-04-26
nix: Respect meta.outputsToInstall, and use all outputs by default
Eelco Dolstra
2022-04-26
EvalCache: Revert to using symbols in getAttr()
Eelco Dolstra
2022-04-25
rename SymbolIdx -> Symbol, Symbol -> SymbolStr
pennae
2022-04-21
store Symbols in a table as well, like positions
pennae
2022-04-21
replace most Pos objects/ptrs with indexes into a position table
pennae
2022-04-19
Require formatters to be packages
Eelco Dolstra
2022-04-19
Merge branch 'issue-6075' of https://github.com/kamadorueda/nix
Eelco Dolstra
2022-04-14
Make InstallableFlake::toValue() and toDerivation() behave consistently
Eelco Dolstra
2022-04-06
nix flake check: Warn about deprecated nixosModule output
Rehno Lindeque
2022-04-05
Allow `welcomeText` when checking a flake template
Théophane Hufschmitt
2022-03-18
Merge remote-tracking branch 'origin/master' into coerce-string
Guillaume Maudoux
2022-03-18
Revert extra colon at end os strings
Guillaume Maudoux
2022-03-11
nix-fmt: add command
Kevin Amado
2022-03-07
Style
Eelco Dolstra
2022-03-07
Explicit error in flake init/new when not in store
Guillaume Desforges
2022-03-07
more fixes
Guillaume Maudoux
2022-03-04
Add detailed error mesage for coerceTo{String,Path}
Guillaume Maudoux
[next]