mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 05:57:03 +05:30
nix: rename nix-shell config to shell.nix
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
87ef6506fa
commit
d657c81ff5
1 changed files with 0 additions and 0 deletions
3
shell.nix
Normal file
3
shell.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