merge checks.nix into deploy.nix

This commit is contained in:
do butterflies cry? 2026-03-17 22:49:45 +10:00
parent 52c2221e40
commit 8270e4e0f4
Signed by: cry
GPG key ID: F68745A836CA0412
3 changed files with 57 additions and 61 deletions

View file

@ -1,6 +1,5 @@
{...}: {
imports = [
./checks.nix
./deploy.nix
];
}