flake.nix: change selfRef for microvms to branch flake-update

This commit is contained in:
Astro 2022-06-19 03:28:22 +02:00
parent 6ebd323499
commit cf4a358368
1 changed files with 1 additions and 1 deletions

View File

@ -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.