aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/flake
AgeCommit message (Expand)Author
2023-09-10Drop dead codeMatthew Kenigsberg
2023-08-25Merge pull request #8819 from VertexA115/fix/deep-follow-pathstomberek
2023-08-18Fixing #7479John Ericson
2023-08-14Fix follow path checking at depths greater than 2Alex Zero
2023-08-07Merge pull request #8769 from edolstra/generalize-tarball-urlsEelco Dolstra
2023-08-01Don't require .tar/.zip extension for tarball flakerefsEelco Dolstra
2023-07-31Move evaluator settings (type and global) to separate file/headerJohn Ericson
2023-07-25Add `parseFlakeRef` and `flakeRefToString` builtins (#8670)Alex Ameen
2023-06-27Automatically document builtin constantsJohn Ericson
2023-04-24Merge remote-tracking branch 'origin/master' into source-pathEelco Dolstra
2023-04-21Use `std::set<StringContextElem>` not `PathSet` for string contextsJohn Ericson
2023-04-17Merge remote-tracking branch 'upstream/master' into source-pathRobert Hensing
2023-04-14Whitelist commit-lockfile-summary in flake nixConfigArchit Gupta
2023-04-11Merge pull request #8170 from tweag/fix-aarch64-buildEelco Dolstra
2023-04-07Finish converting existing comments for internal API docs (#8146)John Ericson
2023-04-07TypoEelco Dolstra
2023-04-06Origin: Use SourcePathEelco Dolstra
2023-04-06Backport SourcePath from the lazy-trees branchEelco Dolstra
2023-04-05Explicitely define `LockFile::operator!=`Théophane Hufschmitt
2023-04-03Merge pull request #8157 from hercules-ci/switch-bugsThéophane Hufschmitt
2023-04-03Merge pull request #8042 from lheckemann/alt-lockfilesEelco Dolstra
2023-04-03Allow open switch-enum in 5 placesRobert Hensing
2023-03-31Ensure all headers have `#pragma once` and are in API docsJohn Ericson
2023-03-20Move enabled experimental feature to libutil structJohn Ericson
2023-03-19Only allow reference lock files when allow-dirty is setLinus Heckemann
2023-03-14Apply review suggestionsLinus Heckemann
2023-03-13Allow specifying alternative paths for reading/writing flake locksLinus Heckemann
2023-02-22flakes: Differentiate `self.outPath` and `self.sourceInfo.outPath`Robert Hensing
2023-02-22flakes: Ensure that `self.outPath == ./.`Robert Hensing
2023-02-01Fix clang compilationEelco Dolstra
2023-01-19Add tests for error traces, and fixesGuillaume Maudoux
2023-01-19Revert "Revert "Merge pull request #6204 from layus/coerce-string""Guillaume Maudoux
2023-01-18Revert "Merge pull request #6204 from layus/coerce-string"Robert Hensing
2023-01-11Split `OutputsSpec` and `ExtendedOutputsSpec`, use the former moreJohn Ericson
2023-01-11Rename `OutputPath` -> `ExtendedOutputPath`John Ericson
2023-01-11Improve `OutputsSpec` slightlyJohn Ericson
2023-01-10Make clear that `StorePathWithOutputs` is a deprecated typeJohn Ericson
2023-01-02Merge remote-tracking branch 'origin/master' into coerce-stringEelco Dolstra
2022-12-20Merge pull request #7451 from edolstra/abstract-posEelco Dolstra
2022-12-16printMsg replacement by printInfoSolène Rapenne
2022-12-14warnings: switch to info level when using a saved substituterSolène Rapenne
2022-12-13Introduce AbstractPosEelco Dolstra
2022-12-12Fix stack context notes to not rely on orderJohn Ericson
2022-12-12Use get_ptr()Eelco Dolstra
2022-12-07Trivial changes from the lazy-trees branchEelco Dolstra
2022-10-25Use _typeEelco Dolstra
2022-10-23Mark flakes with .type = "flake".Shea Levy
2022-10-16Merge remote-tracking branch 'origin/master' into coerce-stringGuillaume Maudoux
2022-09-26Merge pull request #7089 from NixOS/mention-accept-flake-config-in-warningEelco Dolstra
2022-09-24Mention `--accept-flake-config` in the related warningThéophane Hufschmitt