add flake = true

This commit is contained in:
2025-06-12 16:33:12 -05:00
parent a37f50f922
commit 589a6658ce
+4 -1
View File
@@ -21,7 +21,10 @@
# It just happens to be stored in the same repository (relative),
# but could well be a separate repository
tests-service.url = "github:RoyDumblauskas/tests-service?shallow=1";
minio-service.url = "path:../homelab-services/minio-service";
minio-service = {
url = "path:../homelab-services/minio-service";
flake = true;
};
};
outputs = { self, nixpkgs, home-manager, disko, sops-nix, quasiSecrets, impermanence, tests-service, minio-service }@inputs: