about summary refs log tree commit diff
path: root/nix
Commit message (Expand)AuthorAgeFilesLines
* docs(nix/buildkite): update error messageFlorian Klink2024-04-221-1/+1
* chore(nix/buildGo): remove unused functionFlorian Klink2024-04-191-2/+0
* chore(nix/buildGo): cleanupsFlorian Klink2024-04-191-4/+3
* docs(nix-1p): add (temporary) "ad" for Volga SprintVincent Ambo2024-04-161-0/+5
* feat(nix/buildkite): reflect deps between derivations in pipelinessterni2024-04-161-3/+23
* feat(nix/buildkite): use keys based on drvPaths where possiblesterni2024-04-161-2/+19
* fix(nix/dependency-analyzer): ignore non-drv paths for Nix < 2.6sterni2024-04-151-24/+29
* fix(nix/buildkite): solve bogus realpath errors if build steps failsterni2024-04-031-1/+4
* chore: move protoCheck into extraStep of //nix/bufChecksterni2024-03-151-6/+23
* feat(buildkite): avoid building extraSteps in pipeline constructionsterni2024-03-071-7/+28
* refactor(nix/buildkite): unify target attr path calculationsterni2024-03-021-6/+9
* refactor(nix/buildkite): use attr path over target drv in mkBuild*sterni2024-03-021-15/+14
* refactor(nix/buildkite): make more use of formal argumentssterni2024-03-021-8/+10
* feat(nix/writeTree): don't require IfD for drvs in treesterni2024-02-211-19/+11
* feat(nix/writeTree): initAspen Smith2024-02-213-0/+145
* chore(nix/buildGo): add support for Go 1.20+Luke Granger-Brown2024-02-121-7/+42
* docs(nix-1p): clarify wording for what is an expressionVincent Ambo2024-02-021-2/+1
* fix(nix/readTree): Fix typo in docsAspen Smith2023-11-301-1/+1
* chore(tools/depotfmt): use Go version from buildGoVincent Ambo2023-10-301-0/+3
* chore(nix/buildGo): bump to go 1.19Florian Klink2023-10-241-5/+5
* feat(nix/buildkite): fetch drvmap from *any* default branch buildsVincent Ambo2023-10-221-25/+36
* chore(nix/bufCheck): remove git status checkFlorian Klink2023-10-171-13/+2
* chore(tvix): move store golang bindings to tvix/store-goFlorian Klink2023-10-171-2/+0
* chore(tvix): move castore golang bindings to tvix/castore-goFlorian Klink2023-10-171-1/+0
* docs(nix-1p): add section about the merge operatorVincent Ambo2023-10-101-2/+32
* docs(nix-1p): fix formatting of operator tableVincent Ambo2023-10-101-15/+15
* docs(nix-1p): update manual linksJan HrĨek2023-10-011-8/+8
* refactor(tvix): move castore into tvix-castore crateFlorian Klink2023-09-221-0/+1
* feat(nix/renderMarkdown): add optional tagfilter argumentVincent Ambo2023-09-081-3/+16
* feat(nix/sparseTree): add optional `name` argumentVincent Ambo2023-08-081-15/+26
* docs(nix-1p): explain scope of `with`Vincent Ambo2023-08-011-0/+8
* feat(nix/buildkite): add meta.ci.buildkiteExtraStepArgsFlorian Klink2023-07-241-1/+3
* feat(nix/buildkite): add meta.ci.buildkiteExtraDepsFlorian Klink2023-07-241-1/+1
* feat(nix/buildkite): support meta.timeoutFlorian Klink2023-07-181-0/+2
* feat(nix/buildkite): drop postBuild logicFlorian Klink2023-07-181-31/+2
* docs(nix-1p): suggest using `nix repl` to experiment with commandsVincent Ambo2023-07-111-0/+3
* docs(nix-1p): import is a builtin, not a keywordVincent Ambo2023-06-191-2/+4
* feat(nix/buildkite): extraSteps: include parentLabel into hashFlorian Klink2023-06-031-1/+1
* feat(nix/buildkite): add step key to release stepsFlorian Klink2023-06-031-0/+1
* docs(nix/buildkite): escape "release" in warningFlorian Klink2023-06-011-1/+1
* chore: remove comments formerly meant for alignmentsterni2023-05-312-2/+0
* feat(nix/lazy-deps): add override pattern for depsVincent Ambo2023-04-241-50/+52
* feat(nix/readTree): implement .skip-tree marker for subtree ignoringVincent Ambo2023-02-286-18/+76
* feat(nix/bufCheck): always run from repo rootFlorian Klink2022-12-271-3/+3
* feat(nix/bufCheck): ensure .pb.go is up to dateFlorian Klink2022-12-271-2/+15
* chore(nix/buildGo): drop thing.proto from exampleFlorian Klink2022-12-262-18/+0
* chore(nix/buildGo): drop buildGo.proto and buildGo.grpcFlorian Klink2022-12-263-134/+2
* feat(nix/lazy-deps): add passthru.devShellzimbatm2022-12-261-0/+6
* refactor(nix/lazy-deps): use runCommandzimbatm2022-12-261-29/+37
* revert(nix/utils): onlyDrvPath to get the drvPath w/o the outputssterni2022-11-092-27/+0