summaryrefslogtreecommitdiff
path: root/modules/mac/system-packages.nix
blob: a7b55bc45840cf49366cc01fe39d2fc631d53b01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ pkgs, ... }:
{
  environment.systemPackages = with pkgs; [
    nixd
    nixfmt-rfc-style
    nil
    just
    flyctl
  ];
}