mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
chore(module): add packages to legacyPackages instead
This commit is contained in:
parent
50f0184a7b
commit
856924acdf
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
config.packages = let
|
config.legacyPackages = let
|
||||||
toYaml = (pkgs.formats.yaml {}).generate;
|
toYaml = (pkgs.formats.yaml {}).generate;
|
||||||
mapAttrs = cb: set: builtins.listToAttrs (builtins.map (key: cb key (builtins.getAttr key set)) (builtins.attrNames set));
|
mapAttrs = cb: set: builtins.listToAttrs (builtins.map (key: cb key (builtins.getAttr key set)) (builtins.attrNames set));
|
||||||
prepend = key: arr: job:
|
prepend = key: arr: job:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue