Skip to content

Commit 887a28c

Browse files
Update shell.nix
1 parent dbe5e44 commit 887a28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

updater/shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ in pkgs.stdenv.mkDerivation {
2323
shellHook =''
2424
npm install
2525
npm run build
26-
alias contrib-updater='${pkgs.nodejs-12_x}/bin/node ${./.}/bin/index.js'
26+
alias contrib-updater='${pkgs.nodejs-12_x}/bin/node "./bin/index.js"'
2727
'' ;
2828
}

0 commit comments

Comments
 (0)