feat: switch to unstable channel

This commit is contained in:
2026-04-04 21:54:37 +02:00
parent 89e36c5096
commit e7474b9b76
4 changed files with 62 additions and 87 deletions

View File

@@ -4,7 +4,7 @@
flake.overlays.default =
_: prev:
let
pkgs-unstable = import inputs.nixpkgs-unstable {
pkgs-stable = import inputs.nixpkgs-stable {
inherit (prev.stdenv.hostPlatform) system;
inherit (prev) config;
};
@@ -15,7 +15,5 @@
in
{
inherit (pkgs-master) claude-code;
# TODO:(@janezicmatej) 2026-03-09 error with stable for telegram-desktop
inherit (pkgs-unstable) telegram-desktop;
};
}

View File

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