jalil.arfaoui.net/default.nix

6 lines
109 B
Nix
Raw Permalink Normal View History

2024-08-18 19:07:54 +02:00
{ pkgs ? import <nixos-unstable> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [ nodejs_20 ];
}