drop old 24.xx channels
CI is breaking
This commit is contained in:
parent
9a5876396f
commit
64a3352bbf
4 changed files with 1 additions and 9 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue