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