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