Skip to content

Conversation

@szaffarano
Copy link
Contributor

@szaffarano szaffarano commented Dec 6, 2025

Follow-up for #664
I forgot to update the README.md file.

Update: I noticed that CI is failing due to an old nixpkgs. Not sure if you want to update it here or in another PR. It also fails with the (now deprecated) nixos 25.05, but it seems there are other failures as well

@xsteadfastx
Copy link

i hope this gets merged soon.

@szaffarano
Copy link
Contributor Author

i hope this gets merged soon.

Hi @xsteadfastx now sure what your config is, but if using flakes, as a workaround, you could override nixpkgs, e.g.

    nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";

    pre-commit-hooks = {
      url = "github:cachix/git-hooks.nix";
      inputs.nixpkgs.follows = "nixpkgs";
    };

or if you use 25.05, then define another nixpkgs input

    nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";

    pre-commit-hooks = {
      url = "github:cachix/git-hooks.nix";
      inputs.nixpkgs.follows = "nixpkgs-unstable";
    };

Hope it helps

@billf
Copy link

billf commented Dec 9, 2025

would use of placeholder be suitable?

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