feat: switch to unstable channel

This commit is contained in:
2026-04-04 21:54:37 +02:00
parent 89e36c5096
commit dd4fc4eff3
5 changed files with 65 additions and 90 deletions

View File

@@ -15,7 +15,6 @@ in
}
{
inherit pkgs;
pkgs-unstable = inputs.nixpkgs-unstable.legacyPackages.${system};
pkgs-master = inputs.nixpkgs-master.legacyPackages.${system};
};
};