Flake: make nur follow nixpkgs unstable
This commit is contained in:
parent
23d426f0ea
commit
0617934f31
2 changed files with 8 additions and 19 deletions
|
|
@ -58,7 +58,10 @@
|
|||
|
||||
nix-flatpak.url = "github:gmodena/nix-flatpak/main";
|
||||
|
||||
nur.url = "github:nix-community/NUR";
|
||||
nur = {
|
||||
url = "github:nix-community/NUR";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable-raw";
|
||||
};
|
||||
|
||||
catppuccin.url = "github:catppuccin/nix";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue