Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow custom vendors #22

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

JonathanLorimer
Copy link

@JonathanLorimer JonathanLorimer commented Sep 26, 2021

Closes #20

I came across a go package that uses replace directives to reference local files. Unfortunately this doesn't generate an entry in the go.sum file. Therefore I need the ability to splice in the required directories into /vendors. This parameter would facilitate that.

use rsync bin

rsync directly into out

Testing solution

testing more

testing more

testing more

testing more

testing more

remove rsync

format
debugging more

debugging more again

debugging more again

debugging more again

Revert "debugging more again"

This reverts commit 5f71270.

Revert "debugging more again"

This reverts commit 1bd302a.

Revert "debugging more again"

This reverts commit 98dda0d.

Revert "debugging more"

This reverts commit 8330c86.

Revert "debugging"

This reverts commit c2f5b76.

add ability to try branch-name

fix original error error

set newRev correctly
@573 573 mentioned this pull request Apr 26, 2022
@gregistech
Copy link

Trying this PR have resulted with these issues:

error: attribute 'overlays' missing

       at /nix/store/g6as3z4mjh80ckzg9r3r9zgmgjwnmg48-source/flake.nix:32:20:

           31|     let
           32|       overlays = [ gomod2nix.overlays.default ];
             |                    ^
           33|     in flake-utils.lib.eachDefaultSystem (system:

Switched back to old gomod2nix.overlay and then:

error: attribute 'fetch' missing

       at /nix/store/vkdvav33cfvgr10xj5rhym0i98ba8ybw-source/builder/default.nix:54:28:

           53|                 src = fetchgit {
           54|                   inherit (meta.fetch) url sha256 rev;
             |                            ^
           55|                   fetchSubmodules = true;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot find package "." in
3 participants