From 0617934f317937740f3288c3a76106d573b71cdf Mon Sep 17 00:00:00 2001 From: Toast Date: Fri, 7 Mar 2025 02:59:58 +0100 Subject: [PATCH] Flake: make nur follow nixpkgs unstable --- flake.lock | 22 ++++------------------ flake.nix | 5 ++++- 2 files changed, 8 insertions(+), 19 deletions(-) diff --git a/flake.lock b/flake.lock index 44e891c..432d086 100644 --- a/flake.lock +++ b/flake.lock @@ -459,22 +459,6 @@ } }, "nixpkgs_2": { - "locked": { - "lastModified": 1740828860, - "narHash": "sha256-cjbHI+zUzK5CPsQZqMhE3npTyYFt9tJ3+ohcfaOF/WM=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "303bd8071377433a2d8f76e684ec773d70c5b642", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_3": { "locked": { "lastModified": 0, "narHash": "sha256-Tbk1MZbtV2s5aG+iM99U8FqwxU/YNArMcWAv6clcsBc=", @@ -489,7 +473,9 @@ "nur": { "inputs": { "flake-parts": "flake-parts", - "nixpkgs": "nixpkgs_2", + "nixpkgs": [ + "nixpkgs-unstable-raw" + ], "treefmt-nix": "treefmt-nix" }, "locked": { @@ -572,7 +558,7 @@ }, "shows-api": { "inputs": { - "nixpkgs": "nixpkgs_3", + "nixpkgs": "nixpkgs_2", "utils": "utils" }, "locked": { diff --git a/flake.nix b/flake.nix index 43f805a..d1e5bdc 100644 --- a/flake.nix +++ b/flake.nix @@ -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";