Skip to content

Instantly share code, notes, and snippets.

@rnons
Last active June 9, 2019 12:59
Show Gist options
  • Save rnons/dd5da7a6a33f0b84f74574ffb1302b73 to your computer and use it in GitHub Desktop.
Save rnons/dd5da7a6a33f0b84f74574ffb1302b73 to your computer and use it in GitHub Desktop.
((nil . ((eval . (prettier-js-mode 0)))))
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "nodejs";
buildInputs = [
pkgs.nodejs-12_x
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment