mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 08:17:04 +05:30
nix: add impure nix-shell config
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
e7febb507c
commit
7d103e5efc
1 changed files with 3 additions and 0 deletions
3
default.nix
Normal file
3
default.nix
Normal file
|
@ -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 <nixpkgs> { }; mkShell { buildInputs = [ nodejs-16_x ]; }
|
Loading…
Add table
Add a link
Reference in a new issue