aboutsummaryrefslogtreecommitdiff
path: root/src/nix/flake.cc
AgeCommit message (Expand)Author
2022-06-29Merge remote-tracking branch 'origin/master' into better-flake-new-error-messageThéophane Hufschmitt
2022-06-26#6699 flake init: fix trying to add unchanged fileManu [tennox]
2022-06-26#6699 flake init: Apply suggestions of @thufschmittManu [tennox]
2022-06-26Update src/nix/flake.cc Manuel
2022-06-26Update src/nix/flake.cc Manuel
2022-06-21 #6542 Apply flake templates partially on conflictsManu [tennox]
2022-06-20Complete flake inputs for all given flakesNaïm Favier
2022-05-23Merge pull request #6560 from ncfavier/patch-1Théophane Hufschmitt
2022-05-21typo: defaultApps → defaultAppNaïm Camille Favier
2022-05-18Hint at the source file on conflict in `flake new`Théophane Hufschmitt
2022-05-13fix: alignment during flake show of legacyPackagesTom Bereknyei
2022-05-03Allow selecting derivation outputs using 'installable!outputs'Eelco Dolstra
2022-04-29Merge remote-tracking branch 'origin/master' into coerce-stringGuillaume Maudoux
2022-04-28fix errors case and wordingGuillaume Maudoux
2022-04-26nix: Respect meta.outputsToInstall, and use all outputs by defaultEelco Dolstra
2022-04-26EvalCache: Revert to using symbols in getAttr()Eelco Dolstra
2022-04-25rename SymbolIdx -> Symbol, Symbol -> SymbolStrpennae
2022-04-21store Symbols in a table as well, like positionspennae
2022-04-21replace most Pos objects/ptrs with indexes into a position tablepennae
2022-04-19Require formatters to be packagesEelco Dolstra
2022-04-19Merge branch 'issue-6075' of https://github.com/kamadorueda/nixEelco Dolstra
2022-04-14Make InstallableFlake::toValue() and toDerivation() behave consistentlyEelco Dolstra
2022-04-06nix flake check: Warn about deprecated nixosModule outputRehno Lindeque
2022-04-05Allow `welcomeText` when checking a flake templateThéophane Hufschmitt
2022-03-18Merge remote-tracking branch 'origin/master' into coerce-stringGuillaume Maudoux
2022-03-18Revert extra colon at end os stringsGuillaume Maudoux
2022-03-11nix-fmt: add commandKevin Amado
2022-03-07StyleEelco Dolstra
2022-03-07Explicit error in flake init/new when not in storeGuillaume Desforges
2022-03-07more fixesGuillaume Maudoux
2022-03-04Add detailed error mesage for coerceTo{String,Path}Guillaume Maudoux
2022-03-04Add error context for most basic coercionsGuillaume Maudoux
2022-03-02Add EvalState::coerceToStorePath() helperEelco Dolstra
2022-02-22nix flake check: Warn about deprecated flake outputsEelco Dolstra
2022-02-22Replace defaultBla.$system with bla.$system.defaultEelco Dolstra
2022-02-17Merge pull request #6103 from Radvendii/welcomeTextEelco Dolstra
2022-02-17make flake template welcomeText markdownTaeer Bar-Yam
2022-02-15add descriptive output when creating templatesTaeer Bar-Yam
2022-02-14InstallableFlake: Default attr paths cleanupEelco Dolstra
2022-02-04Merge branch 'issue-3505' of https://github.com/kamadorueda/nixEelco Dolstra
2022-01-24Refactor bundler APITom Bereknyei
2022-01-21forceAttrs: make pos mandatoryKevin Amado
2021-11-09Recognize singular "nixosModule" in nix flake showMatthew Bauer
2021-11-04Add helper function to check whether a function arg is 'X' or '_X'Eelco Dolstra
2021-11-03In checkOverlay, accept underscored names for final/prev args.Christopher League
2021-10-26Make experimental-features a proper typeregnat
2021-10-06libexpr: remove matchAttrs boolean from ExprLambdaAndreas Rammhold
2021-09-22Disable IFD selectivelyEelco Dolstra
2021-09-14nix flake show --json: Add type infoEelco Dolstra
2021-09-14Merge branch 'tomberek/show_json' of https://github.com/tomberek/nixEelco Dolstra