.dotfiles/devenv.nix
2025-05-21 13:22:51 +09:00

10 lines
91 B
Nix

{ pkgs, ... }:
{
packages = with pkgs; [
just
nixd
nixfmt-rfc-style
];
}