add flake = true
This commit is contained in:
+4
-1
@@ -21,7 +21,10 @@
|
|||||||
# It just happens to be stored in the same repository (relative),
|
# It just happens to be stored in the same repository (relative),
|
||||||
# but could well be a separate repository
|
# but could well be a separate repository
|
||||||
tests-service.url = "github:RoyDumblauskas/tests-service?shallow=1";
|
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:
|
outputs = { self, nixpkgs, home-manager, disko, sops-nix, quasiSecrets, impermanence, tests-service, minio-service }@inputs:
|
||||||
|
|||||||
Reference in New Issue
Block a user