shells: silverfin: don't try to write symlink into symlinked dir
This commit is contained in:
parent
89ed880dca
commit
faa6d9b0ea
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ pkgs.devshell.mkShell {
|
||||||
imports = [ "${inputs.devshell}/extra/language/ruby.nix" ];
|
imports = [ "${inputs.devshell}/extra/language/ruby.nix" ];
|
||||||
devshell.startup = {
|
devshell.startup = {
|
||||||
"link-devshell-dir".text = ''
|
"link-devshell-dir".text = ''
|
||||||
ln -sf $DEVSHELL_DIR $PRJ_DATA_DIR/devshell
|
ln -snf $DEVSHELL_DIR $PRJ_DATA_DIR/devshell
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue