Skip to content

Overriding nixpkgs input not working #264

@Sapp00

Description

@Sapp00

Hi,

I want to use nvim 11.x, so I wanted to make nixCats follow the unstable channel just as I would do for other flakes.

    nixCats = {
      url = "github:BirdeeHub/nixCats-nvim";
      inputs.nixpkgs.follows = "nixpkgs-unstable";
    };

It is also kind of the same as you did in your template: https://github.com/BirdeeHub/nixCats-nvim/blob/main/templates/overriding/flake.nix

Unfortunately, this does not work as I get the following warning during rebuild:
warning: input 'nixCats' has an override for a non-existent input 'nixpkgs'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions