pkgs/nixfiles: Package nixfiles utility scripts
This commit is contained in:
12
pkgs/nixfiles/nixfiles-update-ssh-host-keys.nix
Normal file
12
pkgs/nixfiles/nixfiles-update-ssh-host-keys.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
pkgs.writeShellApplication {
|
||||
name = "nixfiles-update-ssh-host-keys";
|
||||
text = builtins.readFile ./nixfiles-update-ssh-host-keys.sh;
|
||||
runtimeInputs = with pkgs; [
|
||||
git
|
||||
nix
|
||||
openssh
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user