fix: allow fetching nix-eval-jobs
anonymously #23
Loading…
Reference in a new issue
No description provided.
Delete branch "nogit-urls"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Use HTTPS URL. Fixes #22.
Signed-off-by: Raito Bezarius raito@lix.systems
nix-eval-jobs
anonymously 5cf37a5e27please fix the update_pins.py PINS dictionary instead/also
Done.
5cf37a5e27
to5b1a658aa2
@ -147,3 +147,3 @@
PINS = {
'nix-eval-jobs':
GitPinSpec('git@git.lix.systems:lix-project/nix-eval-jobs', 'main')
GitPinSpec('https://git.lix.systems/lix-project/nix-eval-jobs.git', 'main')
oh that works but you can actually use a TarballPinSpec of the tarball for main, which is even nicer.
can do that
Done.
5b1a658aa2
toef84a1e4b3