mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-09 22:45:01 +00:00
5 lines
111 B
Nix
5 lines
111 B
Nix
{ pkgs ? import <nixos-unstable> {} }:
|
|
pkgs.mkShell {
|
|
nativeBuildInputs = with pkgs; [ nodejs yarn ];
|
|
}
|
|
|