mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/installation-cd-base: add git & rsync (#325511)
This commit is contained in:
commit
2a1bf498aa
2 changed files with 6 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue