1
Fork 0
satellite/modules/dev/nix.nix
2020-04-08 19:36:58 +03:00

4 lines
94 B
Nix

{ pkgs, ... }: {
environment.systemPackages = with pkgs; [ nixfmt niv cached-nix-shell ];
}