aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/flake
AgeCommit message (Expand)Author
2024-03-29meson: install missing/generated headerseldritch horrors
2024-03-25Merge pull request #8817 from iFreilicht/flake-update-lock-overhaulThéophane Hufschmitt
2024-03-25Minor cleanup in libexpr/flake/flake.ccEelco Dolstra
2024-03-25Input: Replace markFileChanged() by putFile()Eelco Dolstra
2024-03-18Merge "Delete hasPrefix and hasSuffix from the codebase" into mainjade
2024-03-18use byte indexed locations for PosIdxeldritch horrors
2024-03-17Delete hasPrefix and hasSuffix from the codebaseJade Lovelace
2024-03-09Merge pull request #9925 from 9999years/fmt-cleanupeldritch horrors
2024-03-09libexpr: Support structured error classeseldritch horrors
2024-03-04Merge pull request #10055 from GrahamDennis/gdennis/faster-flake-lock-parsingeldritch horrors
2024-03-04Merge pull request #9398 from Qyriad/fixes/flake-not-foundeldritch horrors
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