mon-entreprise/default.nix

6 lines
111 B
Nix
Raw Normal View History

2024-07-11 19:48:19 +00:00
{ pkgs ? import <nixos-unstable> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [ nodejs yarn ];
}