shell: mark shellHook as sh
This commit is contained in:
parent
0d9ded0b58
commit
b9c11e44e7
@ -181,7 +181,7 @@
|
|||||||
|
|
||||||
in pkgs.stdenv.mkDerivation {
|
in pkgs.stdenv.mkDerivation {
|
||||||
name = "stockholm";
|
name = "stockholm";
|
||||||
shellHook = ''
|
shellHook = /* sh */ ''
|
||||||
export NIX_PATH="stockholm=$PWD''${NIX_PATH+:$NIX_PATH}"
|
export NIX_PATH="stockholm=$PWD''${NIX_PATH+:$NIX_PATH}"
|
||||||
export PATH=${lib.makeBinPath [
|
export PATH=${lib.makeBinPath [
|
||||||
hook.pkg
|
hook.pkg
|
||||||
|
Loading…
Reference in New Issue
Block a user