Move makeInstaller to infra/

This commit is contained in:
Nicolas Jeannerod 2025-02-19 17:25:28 +01:00
parent dc3a4dc4e8
commit 5cc86bff94
Signed by untrusted user: Niols
GPG key ID: 35DB9EC8886E1CB8
2 changed files with 1 additions and 1 deletions

View file

@ -2,7 +2,7 @@
let let
allVmIds = builtins.genList (x: 100 + x) 156; # 100 -- 255 allVmIds = builtins.genList (x: 100 + x) 156; # 100 -- 255
makeInstaller = import ./makeInstaller.nix; makeInstaller = import ../infra/makeInstaller.nix;
in in
{ {