mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 02:33:15 +00:00
nixos/installation-cd-base: add git & rsync (#325511)
This commit is contained in:
commit
2a1bf498aa
@ -42,5 +42,11 @@
|
||||
done
|
||||
'';
|
||||
|
||||
environment.defaultPackages = with pkgs; [
|
||||
rsync
|
||||
];
|
||||
|
||||
programs.git.enable = lib.mkDefault true;
|
||||
|
||||
system.stateVersion = lib.mkDefault lib.trivial.release;
|
||||
}
|
||||
|
@ -49,10 +49,6 @@
|
||||
vim
|
||||
nano
|
||||
|
||||
# Include some version control tools.
|
||||
git
|
||||
rsync
|
||||
|
||||
# Firefox for reading the manual.
|
||||
firefox
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user