marleyvim/packages/erb-lint/default.nix

10 lines
335 B
Nix

{bundlerApp}:
# This may fail on non x86_64-linux-gnu systems. I had to run bundix as
# BUNDLE_FORCE_RUBY_PLATFORM=true nix run nixpkgs#bundix -- --lock otherwise I
# got hash mismatch errors. Any of the fixes I could find online to avoid that
# didn't work.
bundlerApp {
pname = "erb_lint";
exes = ["erb_lint"];
gemdir = ./.;
}