4 lines
87 B
Nix
4 lines
87 B
Nix
{ pkgs, ... }: {
|
|
environment.systemPackages = with pkgs; [ git darcs subversion ];
|
|
}
|