fix: allow fetching nix-eval-jobs anonymously #23

Merged
jade merged 2 commits from nogit-urls into main 2024-05-06 23:06:34 +00:00
Owner

Use HTTPS URL. Fixes #22.

Signed-off-by: Raito Bezarius raito@lix.systems

Use HTTPS URL. Fixes #22. Signed-off-by: Raito Bezarius <raito@lix.systems>
raito added 1 commit 2024-05-06 10:34:15 +00:00
Use HTTPS URL. Fixes #22.

Signed-off-by: Raito Bezarius <raito@lix.systems>
Owner

please fix the update_pins.py PINS dictionary instead/also

please fix the update_pins.py PINS dictionary instead/also
Author
Owner

please fix the update_pins.py PINS dictionary instead/also

Done.

> please fix the update_pins.py PINS dictionary instead/also Done.
raito force-pushed nogit-urls from 5cf37a5e27 to 5b1a658aa2 2024-05-06 13:54:25 +00:00 Compare
jade reviewed 2024-05-06 13:56:11 +00:00
update_pins.py Outdated
@ -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')
Owner

oh that works but you can actually use a TarballPinSpec of the tarball for main, which is even nicer.

oh that works but you can actually use a TarballPinSpec of the tarball for main, which is even nicer.
Author
Owner

can do that

can do that
Author
Owner

Done.

Done.
raito marked this conversation as resolved
raito force-pushed nogit-urls from 5b1a658aa2 to ef84a1e4b3 2024-05-06 21:46:54 +00:00 Compare
jade merged commit 72060dfb08 into main 2024-05-06 23:06:34 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lix-project/nixos-module#23
No description provided.