From 589a6658ce87b54019f94a70d3da2fac8d3eb097 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Thu, 12 Jun 2025 16:33:12 -0500 Subject: [PATCH] add flake = true --- nixos/flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/flake.nix b/nixos/flake.nix index dceac43..5e0aee8 100644 --- a/nixos/flake.nix +++ b/nixos/flake.nix @@ -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: