Skip to content

Commit

Permalink
chore: remove node-version file
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Dec 17, 2024
1 parent ab083fb commit f9adb47
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .node-version

This file was deleted.

1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@
devShells.default = pkgs.mkShell {
shellHook = ''
${lib.getExe' pkgs.nodejs "npm"} install
${lib.getExe pkgs.nodejs} --version > .node-version
${lib.getExe config.packages.link-arguebase}
'';
packages = with pkgs; [ nodejs ];
Expand Down

0 comments on commit f9adb47

Please sign in to comment.