mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
fix(ci): work around gitlab's variable substitution limitations
This commit is contained in:
parent
b4071d4171
commit
7569fcd086
2 changed files with 20 additions and 7 deletions
|
|
@ -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 {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue