mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 12:30:36 -05:00
drop old 24.xx channels
CI is breaking
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user