From a7c6ceb1114c14bed8cda7bf44d9d26a83531379 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?=
 <nicolas.jeannerod@moduscreate.com>
Date: Wed, 19 Feb 2025 17:52:06 +0100
Subject: [PATCH] Export `makeInstaller` in the flake

---
 infra/flake-part.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/infra/flake-part.nix b/infra/flake-part.nix
index 0896479a..b6208ee3 100644
--- a/infra/flake-part.nix
+++ b/infra/flake-part.nix
@@ -31,6 +31,8 @@ let
 
 in
 {
+  flake.lib.makeInstaller = import ./makeInstaller.nix;
+
   nixops4Deployments = makeDeployments (addDefaultDeployment {
     git = [
       "vm02116"