[Flake] make nur's nixpkgs follow our nixpkgs-unstable

This commit is contained in:
Antoine Viallon 2025-01-27 11:08:24 +01:00
parent d34fa72e85
commit a1151262dd
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -3,7 +3,10 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
nur.url = "github:nix-community/NUR";
nur = {
url = "github:nix-community/NUR";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
suyu = {
url = "github:Noodlez1232/suyu-flake";
inputs.nixpkgs.follows = "nixpkgs-unstable";