From faa6d9b0ea2ccefdab010e98e60621f526ebaf8d Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Tue, 16 Jul 2024 15:16:29 +0200 Subject: [PATCH] shells: silverfin: don't try to write symlink into symlinked dir --- shells/silverfin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/silverfin.nix b/shells/silverfin.nix index b12c9e20..d2af6b11 100644 --- a/shells/silverfin.nix +++ b/shells/silverfin.nix @@ -4,7 +4,7 @@ pkgs.devshell.mkShell { imports = [ "${inputs.devshell}/extra/language/ruby.nix" ]; devshell.startup = { "link-devshell-dir".text = '' - ln -sf $DEVSHELL_DIR $PRJ_DATA_DIR/devshell + ln -snf $DEVSHELL_DIR $PRJ_DATA_DIR/devshell ''; }; packages = with pkgs; [