drop old 24.xx channels

CI is breaking
This commit is contained in:
zimbatm 2025-08-10 08:50:04 +02:00
parent 9a5876396f
commit 64a3352bbf
4 changed files with 1 additions and 9 deletions

View file

@ -3,7 +3,7 @@
}:
(docker-nixpkgs.nix.override {
# only available since 24.05
extraContents = if devenv == null then [] else [ devenv ];
extraContents = [ devenv ];
}).overrideAttrs (prev: {
meta = (prev.meta or { }) // {
description = "Nix and devenv image";