summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/radish/tarball.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/radish/tarball.nix b/hosts/radish/tarball.nix
index efdeed0..dff61b8 100644
--- a/hosts/radish/tarball.nix
+++ b/hosts/radish/tarball.nix
@@ -15,7 +15,6 @@ in
];
extraCommands = (pkgs.writeScript "extra-commands.sh" ''
mkdir -p etc run {usr/,}bin var
- ln -s ${config.system.build.toplevel} run/current-system
'');
};
}