conlang.phundrak.com/shell.nix

7 lines
97 B
Nix
Raw Normal View History

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
2024-06-23 11:14:42 +00:00
nativeBuildInputs = [
pkgs.nodejs_20
];
}