mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 12:57:04 +05:30
3 lines
193 B
Nix
3 lines
193 B
Nix
# This is a nix-shell configuration to load nodejs in an impure shell, which
|
|
# is required by Spotless to format XML code.
|
|
with import <nixpkgs> { }; mkShell { buildInputs = [ nodejs-16_x ]; }
|