aboutsummaryrefslogtreecommitdiff
path: root/modules/pkgs/nodejs-sass/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2017-07-16nodejs-sass: read package version from main.jsonIgor Pashev1-2/+15
2017-07-12nodejs-sass: init at 4.5.3Igor Pashev1-0/+18
*WARNING* This was added to make sure npm won't download any pre-built binaries (sic!). Instead it will build sass bindings in place, using bundled libsass (ok). preRebuild = '' SASS_FORCE_BUILD=true npm run-script build '';