forked from Fediversity/Fediversity
Move makeInstaller
to infra/
This commit is contained in:
parent
dc3a4dc4e8
commit
5cc86bff94
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue