nus/devenv.nix
2025-08-10 19:46:26 +08:00

6 lines
89 B
Nix

{ pkgs, lib, config, inputs, ... }:
{
packages = [ pkgs.git pkgs.opam pkgs.typst ];
}