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

22
flake.lock generated
View file

@ -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": {

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