mirror of
https://github.com/fmhy/edit.git
synced 2026-01-10 02:16:17 +00:00
8 lines
92 B
Nix
8 lines
92 B
Nix
{ pkgs ? import <nixpkgs> {} }:
|
|
|
|
pkgs.mkShell {
|
|
buildInputs = [
|
|
pkgs.nodejs_20
|
|
];
|
|
}
|