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
@ -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…
x
Reference in New Issue
Block a user