mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
feat: add utilities
This commit is contained in:
parent
3413fc3639
commit
7cd9c571fe
2 changed files with 45 additions and 0 deletions
|
|
@ -14,6 +14,9 @@
|
|||
];
|
||||
systems = import systems;
|
||||
flake = {
|
||||
imports = [
|
||||
./utils.nix
|
||||
];
|
||||
flakeModule = ./flakeModule.nix;
|
||||
};
|
||||
perSystem = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue