Skip to content

Commit

Permalink
Removed shell hook
Browse files Browse the repository at this point in the history
  • Loading branch information
arduano committed Apr 6, 2024
1 parent d4bf4f3 commit c26414e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
devShells.${system}.default = pkgs.stdenv.mkDerivation {
name = "rix";
buildInputs = rix-deps ++ nixjs-rt-deps;
shellHook = ''
'';
};
});
}

0 comments on commit c26414e

Please sign in to comment.