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
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-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-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-02
Add EvalState::coerceToStorePath() helper
Eelco Dolstra
2022-02-22
nix flake check: Warn about deprecated flake outputs
Eelco Dolstra
2022-02-22
Replace defaultBla.$system with bla.$system.default
Eelco Dolstra
2022-02-17
Merge pull request #6103 from Radvendii/welcomeText
Eelco Dolstra
2022-02-17
make flake template welcomeText markdown
Taeer Bar-Yam
2022-02-15
add descriptive output when creating templates
Taeer Bar-Yam
2022-02-14
InstallableFlake: Default attr paths cleanup
Eelco Dolstra
2022-02-04
Merge branch 'issue-3505' of https://github.com/kamadorueda/nix
Eelco Dolstra
2022-01-24
Refactor bundler API
Tom Bereknyei
2022-01-21
forceAttrs: make pos mandatory
Kevin Amado
2021-11-09
Recognize singular "nixosModule" in nix flake show
Matthew Bauer
2021-11-04
Add helper function to check whether a function arg is 'X' or '_X'
Eelco Dolstra
2021-11-03
In checkOverlay, accept underscored names for final/prev args.
Christopher League
2021-10-26
Make experimental-features a proper type
regnat
2021-10-06
libexpr: remove matchAttrs boolean from ExprLambda
Andreas Rammhold
2021-09-22
Disable IFD selectively
Eelco Dolstra
2021-09-14
nix flake show --json: Add type info
Eelco Dolstra
2021-09-14
Merge branch 'tomberek/show_json' of https://github.com/tomberek/nix
Eelco Dolstra
2021-09-14
ANSI_YELLOW -> ANSI_WARNING
Eelco Dolstra
2021-08-17
Enable JSON option to show flakes
Tom Bereknyei
2021-07-22
copyPaths: Pass store by reference
Eelco Dolstra
2021-07-13
Make `nix flake check` aware of `devShells`
regnat
2021-07-13
Make `nix flake show` display the `devShells`
regnat
[next]