summaryrefslogtreecommitdiff
path: root/hosts/radish/tarball.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/radish/tarball.nix')
-rw-r--r--hosts/radish/tarball.nix2
1 files changed, 1 insertions, 1 deletions
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
'');
};
}