added sshfsFuse and screen to rescue-cd.nix
sshsfsFuse so that you can get packages from another machine easily screen so that you can copy paste easily svn path=/nixos/branches/fix-style/; revision=14187
This commit is contained in:
parent
a4fc915634
commit
b1164d8dae
1 changed files with 3 additions and 0 deletions
|
@ -190,6 +190,9 @@ rec {
|
||||||
pkgs.gdb # for debugging Nix
|
pkgs.gdb # for debugging Nix
|
||||||
pkgs.testdisk # useful for repairing boot problems
|
pkgs.testdisk # useful for repairing boot problems
|
||||||
pkgs.mssys # for writing Microsoft boot sectors / MBRs
|
pkgs.mssys # for writing Microsoft boot sectors / MBRs
|
||||||
|
|
||||||
|
pkgs.sshfsFuse
|
||||||
|
pkgs.screen
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue