Files
conlang.phundrak.com/shell.nix
T
2024-06-23 13:14:42 +02:00

7 lines
97 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = [
pkgs.nodejs_20
];
}