From f0abb7d3a914016537adcc4d07a5f0ccab085244 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Thu, 18 Sep 2025 20:07:06 -0500 Subject: Fix previous commit --- hosts/radish/tarball.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/radish/tarball.nix b/hosts/radish/tarball.nix index 4470e4a..efdeed0 100644 --- a/hosts/radish/tarball.nix +++ b/hosts/radish/tarball.nix @@ -15,7 +15,7 @@ in ]; extraCommands = (pkgs.writeScript "extra-commands.sh" '' mkdir -p etc run {usr/,}bin var - ln -s ${config.system.build.toplevel} /run/current-system + ln -s ${config.system.build.toplevel} run/current-system ''); }; } -- cgit v1.2.3