update(flake): switch nixpkgs-unstable input to flake-compatible channel tarballs

This commit is contained in:
2025-10-12 11:45:07 +02:00
parent 002a3da231
commit 6bd40ea2f8
2 changed files with 8 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
{
inputs = {
nixpkgs.url = "https://channels.nixos.org/nixos-25.05/nixexprs.tar.xz";
nixpkgs-unstable.url = "github:nixOS/nixpkgs/master";
nixpkgs-unstable.url = "https://channels.nixos.org/nixos-unstable-small/nixexprs.tar.xz";
nixpkgs-forked.url = "github:transcaffeine/nixpkgs/nexus/3.81.1";
nixpkgs-local = {
url = "git+file:/home/transcaffeine/git/transcaffeine/nixpkgs";