Commit graph

10 commits

Author SHA1 Message Date
Colin
25031d3d69
fix update-nur-combined action for non-github/non-gitlab repos (#1035)
these were failing with `error: hash mismatch in fixed-output derivation`
messages, because `fetchgit` wasn't actually being passed any sha256.

see for example this run:
<https://github.com/nix-community/nur-combined/actions/runs/19902521411/job/57050064087#step:7:753>

fixes update for at least the following NUR repos:
- Pupyrinth (https://git.gliroid.com/Pupyrinth/nur-packages)
- alanpearce (https://git.alanpearce.eu/nix-packages)
- colinsane (https://git.uninsane.org/colin/nix-files)
- shelvacu (https://git.uninsane.org/shelvacu/nix-stuff)
- wolfangaukang (https://codeberg.org/wolfangaukang/nix-agordoj.git)
2025-12-03 14:20:25 -08:00
ccicnce113424
f71b30bf0e use builtin fetchers to prevent importing from derivation 2025-07-02 14:08:32 -04:00
Gavin John
3fa176577b Revert "use builtin fetchers to prevent importing from derivation"
This reverts commit 124ffb8b10.
2025-07-01 15:59:23 -04:00
ccicnce113424
124ffb8b10 use builtin fetchers to prevent importing from derivation 2025-06-29 13:21:35 -04:00
Gavin John
4021fa3c83 treewide: nixfmt 2024-11-22 19:10:50 +00:00
Jörg Thalheim
8d75b35167
lib/repoSource: don't copy local repositories to the nix store 2020-04-02 10:23:08 +01:00
tilpner
b077b9fada
gitlab: allow for deeper paths than owner/repo
This was prompted by the INFO4-19 repo, with
the URL
https://gricad-gitlab.univ-grenoble-alpes.fr/Projets-INFO4/18-19/19/code,
which contains groups and subgroups and failed to parse
properly with the current parseGitlabUrl.
2019-03-06 11:24:05 +01:00
Jörg Thalheim
7974547807 fix import from local repository when file is used 2018-09-20 07:48:14 +01:00
Jörg Thalheim
93f7c23f2f add build-channel command 2018-08-11 14:18:35 +02:00
Jörg Thalheim
97ff96075b move repoSource to external file 2018-08-04 17:58:11 +01:00