Skip to content

Commit

Permalink
nixos/installation-cd-base: add git & rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
installer authored and JerrySM64 committed Jul 13, 2024
1 parent 17d8d36 commit e9a119e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 6 additions & 0 deletions nixos/modules/installer/cd-dvd/installation-cd-base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,11 @@ with lib;
done
'';

environment.defaultPackages = with pkgs; [
rsync
];

programs.git.enable = lib.mkDefault true;

system.stateVersion = lib.mkDefault lib.trivial.release;
}
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ with lib;
vim
nano

# Include some version control tools.
git
rsync

# Firefox for reading the manual.
firefox

Expand Down

0 comments on commit e9a119e

Please sign in to comment.