-
Notifications
You must be signed in to change notification settings - Fork 24
Closed as not planned
Description
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'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels