flake: no longer use stable nixpkgs for nyazoom

This commit is contained in:
Zynh Ludwig 2024-12-27 02:12:31 -08:00
parent acee2eb285
commit 0f38736200
2 changed files with 17 additions and 4 deletions

View file

@ -46,12 +46,26 @@
"url": "https://github.com/NixOS/nixpkgs/archive/5487e69da40cbd611ab2cadee0b4637225f7cfae.tar.gz"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1724479785,
"narHash": "sha256-pP3Azj5d6M5nmG68Fu4JqZmdGt4S4vqI5f8te+E/FTw=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "d0e1602ddde669d5beb01aec49d71a51937ed7be",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nyazoom": {
"inputs": {
"flake-parts": "flake-parts",
"nixpkgs": [
"nixpkgs"
],
"nixpkgs": "nixpkgs_2",
"rust-overlay": "rust-overlay"
},
"locked": {

View file

@ -6,7 +6,6 @@
nyazoom = {
url = "git+https://git.zynh.me/Zynh0722/nyazoom.git";
inputs.nixpkgs.follows = "nixpkgs";
};
};