Flake: make nur follow nixpkgs unstable

This commit is contained in:
Toast 2025-03-07 02:59:58 +01:00
parent 23d426f0ea
commit 0617934f31
2 changed files with 8 additions and 19 deletions

View file

@ -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";