mirror of
https://github.com/fmhy/edit.git
synced 2026-01-11 02:46:16 +00:00
feat: add nix config
This commit is contained in:
7
default.nix
Normal file
7
default.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{ pkgs ? import <nixpkgs> {} }:
|
||||||
|
|
||||||
|
pkgs.mkShell {
|
||||||
|
buildInputs = [
|
||||||
|
pkgs.nodejs_20
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user