nix-ld: setup
This commit is contained in:
parent
89a667ec7e
commit
5bdf629e2f
|
@ -87,6 +87,13 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
programs.nix-ld = {
|
||||
enable = true;
|
||||
libraries = with pkgs; [
|
||||
libusb1
|
||||
];
|
||||
};
|
||||
|
||||
programs.ssh = {
|
||||
extraConfig = ''
|
||||
Host nix-builder-isvegg
|
||||
|
|
Loading…
Reference in New Issue