pkgs/clerie-update-nixfiles: Add script that merges back nixfiles updates
This commit is contained in:
13
pkgs/clerie-update-nixfiles/clerie-merge-nixfiles-update.nix
Normal file
13
pkgs/clerie-update-nixfiles/clerie-merge-nixfiles-update.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
pkgs.writeShellApplication {
|
||||
name = "clerie-merge-nixfiles-update";
|
||||
text = builtins.readFile ./clerie-merge-nixfiles-update.sh;
|
||||
runtimeInputs = with pkgs; [
|
||||
curl
|
||||
git
|
||||
jq
|
||||
openssh
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user