fix(ci): work around gitlab's variable substitution limitations

This commit is contained in:
technofab 2025-02-21 18:24:23 +01:00
parent b4071d4171
commit 7569fcd086
2 changed files with 20 additions and 7 deletions

View file

@ -14,7 +14,6 @@
flake = {};
perSystem = {
pkgs,
inputs',
config,
system,
...
@ -26,6 +25,7 @@
mdformat.enable = true;
yamlfmt.enable = true;
};
settings.formatter.yamlfmt.excludes = ["templates/nix-gitlab-ci.yml"];
};
devenv.shells.default = {
containers = pkgs.lib.mkForce {};