2025 04 14 (#45)

* use lix from nixpkgs

* install nil

* just don't use matrix anymore

* try not using lix

* use nixpkgs unstable

* dogfood nixcp

* workflow: use runner.temp variable

* workflow: try hex encoded secret

* workflow: use envars for s3 region and endpoint

* rm matrix

* workflow: trace nixcp

* workflow: no lix and no checkout in build packages

* Revert "workflow: trace nixcp"

This reverts commit 16d0827bcb90bff73a072920eb83f97aa84394ce.
This commit is contained in:
cy 2025-04-15 19:25:57 -04:00 committed by GitHub
parent c806ffb3bb
commit e2df47ab99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 41 additions and 179 deletions

View file

@ -12,6 +12,7 @@
meta.mainProgram = "garage";
}
);
nil = pkgFrom inputs.nil "default";
}
)
]