ahmadnassri/mockbin

View on GitHub
shell.nix

Summary

Maintainability
Test Coverage
with import <nixpkgs> { };

mkShell {
  nativeBuildInputs = [
    nodejs_21
    biome
  ];
  BIOME_BINARY = "${biome}/bin/biome";
}