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

ci: Use GitHub actions #61

Closed
wants to merge 1 commit into from
Closed

ci: Use GitHub actions #61

wants to merge 1 commit into from

Conversation

jtojnar
Copy link
Contributor

@jtojnar jtojnar commented Dec 17, 2023

CircleCI shows errors.

CircleCI shows errors.
@jtojnar
Copy link
Contributor Author

jtojnar commented Dec 17, 2023

Looking at the CircleCI failure, apparently it is the consequence of using library function from newer Nixpkgs version without bumping the nixpkgs dependency in Niv:

error:
       … while calling the 'derivationStrict' builtin

         at /derivation-internal.nix:9:12:

            8|
            9|   strict = derivationStrict drvAttrs;
             |            ^
           10|

       … while evaluating derivation 'deps-alias'
         whose name attribute is located at /nix/store/awfmbaljbaf2j14h6v9ny3zylfbv0x1s-source/pkgs/build-support/trivial-builders.nix:7:14

       … while evaluating attribute 'buildCommand' of derivation 'deps-alias'

         at /nix/store/awfmbaljbaf2j14h6v9ny3zylfbv0x1s-source/pkgs/build-support/trivial-builders.nix:7:14:

            6|     stdenv.mkDerivation ({
            7|       inherit name buildCommand;
             |              ^
            8|       passAsFile = [ "buildCommand" ];

       (stack trace truncated; use '--show-trace' to show the full trace)

       error: attribute 'pipe' missing

       at /home/circleci/project/default.nix:196:12:

          195|           ];
          196|         in lib.pipe (packageLock.packages or {}) [
             |            ^
          197|           # filter out the top-level package, which has an empty name
       Did you mean zip?

@jtojnar jtojnar closed this Dec 17, 2023
@jtojnar
Copy link
Contributor Author

jtojnar commented Dec 17, 2023

Closing in favour of #51

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

Successfully merging this pull request may close these issues.

None yet

1 participant