diff --git a/default.nix b/default.nix new file mode 100644 index 00000000..a6b58a05 --- /dev/null +++ b/default.nix @@ -0,0 +1,3 @@ +# This is a nix-shell configuration to load nodejs in an impure shell, which +# is required by Spotless to format XML code. +with import { }; mkShell { buildInputs = [ nodejs-16_x ]; }