les-particules-org/default.nix

6 lines
106 B
Nix
Raw Normal View History

2023-02-04 19:40:41 +01:00
{ pkgs ? import <nixos-unstable> {} }:
pkgs.mkShell {
2024-01-02 18:38:48 +01:00
nativeBuildInputs = with pkgs; [ nodejs ];
2023-02-04 19:40:41 +01:00
}