From db45fa36331f575b8266a756eabb5829bdc3d339 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Tue, 14 Feb 2023 22:10:34 +0100 Subject: fix brain fart --- hosts/dishwasher/microvms.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hosts') diff --git a/hosts/dishwasher/microvms.nix b/hosts/dishwasher/microvms.nix index 012f5c2..e6ee65b 100644 --- a/hosts/dishwasher/microvms.nix +++ b/hosts/dishwasher/microvms.nix @@ -1,11 +1,11 @@ -{ flake, ... }: { +{ inputs, ... }: { microvm.vms = { nextcloud = { - flake = flake; + flake = inputs.self; updateFlake = "git+https://git.sr.ht/~oxapentane/oxalab-config?ref=master"; }; music = { - flake = flake; + flake = inputs.self; updateFlake = "git+https://git.sr.ht/~oxapentane/oxalab-config?ref=master"; }; }; -- cgit v1.3.1