feat: add utilities

This commit is contained in:
technofab 2024-01-26 14:55:03 +01:00
parent 3413fc3639
commit 7cd9c571fe
2 changed files with 45 additions and 0 deletions

View file

@ -14,6 +14,9 @@
];
systems = import systems;
flake = {
imports = [
./utils.nix
];
flakeModule = ./flakeModule.nix;
};
perSystem = {