Skip to content

chore: update nixpkgs and crane - #72

Merged
balsoft merged 1 commit into
tweag:masterfrom
raboof:update-nixpkgs
Dec 26, 2025
Merged

chore: update nixpkgs and crane#72
balsoft merged 1 commit into
tweag:masterfrom
raboof:update-nixpkgs

Conversation

@raboof

@raboof raboof commented Dec 24, 2025

Copy link
Copy Markdown
Contributor

Description

Update the crane and nixpkgs dependencies

Motivation

crane-utils-0.0.1-vendor-staging.drv produces a hash mismatch when building with a newer nixpkgs for some reason, so update both.

This fixes getting genealogos with

  inputs = {
    nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
    genealogos = {
      url = "github:tweag/genealogos";
      inputs.nixpkgs.follows = "nixpkgs";
    };
  };

Per https://zimbatm.com/notes/1000-instances-of-nixpkgs

Checklist

Checklist before merging:

  • CHANGELOG.md updated
  • README.md up-to-date

`crane-utils-0.0.1-vendor-staging.drv` produces a hash mismatch when
building with a newer nixpkgs, so update both.
@ErinvanderVeen

Copy link
Copy Markdown
Collaborator

I don't have access to merge this PR, which is a problem. Everything looks good, and I've asked internally for someone to give me the required permissions. Shouldn't take too long.

@balsoft
balsoft merged commit 1d20a15 into tweag:master Dec 26, 2025
6 of 7 checks passed
@balsoft

balsoft commented Dec 26, 2025

Copy link
Copy Markdown
Collaborator

@ErinvanderVeen no need to wait, I've merged it for now :) Hope you get back the access soon enough.

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.

3 participants