mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 08:25:05 +01:00
3 lines
85 B
Nix
3 lines
85 B
Nix
{ pkgs ? import <nixpkgs> {} }: pkgs.mkShell {
|
|
packages = with pkgs; [ nodejs ];
|
|
}
|