1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-11 17:55:02 +00:00
mon-entreprise/default.nix

6 lines
111 B
Nix
Raw Normal View History

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