From cf4a3583689407660d1df7b2780c0ae2537789d7 Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 19 Jun 2022 03:28:22 +0200 Subject: [PATCH] flake.nix: change selfRef for microvms to branch flake-update --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 19bc7786..495f87e4 100644 --- a/flake.nix +++ b/flake.nix @@ -219,7 +219,7 @@ rebuildArg = "--flake ${self}#${name}"; hostConfig = self.nixosConfigurations."${name}".config; profile = hostConfig.system.build.toplevel; - selfRef = "git+https://gitea.c3d2.de/c3d2/nix-config"; + selfRef = "git+https://gitea.c3d2.de/c3d2/nix-config?ref=flake-update"; in result // { # Generate a small script for copying this flake to the # remote machine and bulding and switching there.