nonscollectif-org/default.nix

5 lines
145 B
Nix
Raw Permalink Normal View History

2022-06-26 20:15:34 +00:00
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [ nodejs-18_x (yarn.override { nodejs = nodejs-18_x; }) ];
}