Skip to content

Commit fd2fb5d

Browse files
committed
Remove unnecessary executable line.
1 parent 887a28c commit fd2fb5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

updater/shell.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ let
1313

1414
in pkgs.stdenv.mkDerivation {
1515
name = "halogen-hooks";
16+
1617
buildInputs = with pursPkgs; [
1718
pursPkgs.purs
1819
pursPkgs.spago
1920
pkgs.nodejs-12_x
2021
pkgs.dhall-json
2122
];
22-
executable = ./bin/index.js;
23+
2324
shellHook =''
2425
npm install
2526
npm run build

0 commit comments

Comments
 (0)