4
lib/fetchers/default.nix
Normal file
4
lib/fetchers/default.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
sshKnownHosts = import ./sshKnownHosts { inherit pkgs; };
|
||||
}
|
Reference in New Issue
Block a user