Staging #19

Merged
steveej merged 14 commits from staging into master 2019-02-04 08:26:53 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 89f5b5d803 - Show all commits

View file

@ -303,6 +303,7 @@ in {
testdisk
python27Packages.binwalk
gptfdisk
gparted
# games
zeroad

View file

@ -23,5 +23,6 @@ in {
home.packages = []
++ (with pkgs; [
iperf3
]);
telnet
]);
}