0
0
Fork 0
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:
misuzu 2024-12-01 16:35:33 +02:00 committed by GitHub
commit 2a1bf498aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

View file

@ -42,5 +42,11 @@
done done
''; '';
environment.defaultPackages = with pkgs; [
rsync
];
programs.git.enable = lib.mkDefault true;
system.stateVersion = lib.mkDefault lib.trivial.release; system.stateVersion = lib.mkDefault lib.trivial.release;
} }

View file

@ -49,10 +49,6 @@
vim vim
nano nano
# Include some version control tools.
git
rsync
# Firefox for reading the manual. # Firefox for reading the manual.
firefox firefox