example refactor snowflake module system
This commit is contained in:
parent
0314109bc0
commit
3e29615db9
26 changed files with 1306 additions and 165 deletions
5
nix/snow/flake/outputs/checks.nix
Normal file
5
nix/snow/flake/outputs/checks.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
checks =
|
||||
inputs.deploy-rs.lib
|
||||
|> mapAttrs (system: deployLib:
|
||||
deployLib.deployChecks deploy);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue