pkgs/clerie-update-nixfiles: Add script to delete old update-nixfiles branches
This commit is contained in:
10
pkgs/clerie-update-nixfiles/clerie-cleanup-branches.nix
Normal file
10
pkgs/clerie-update-nixfiles/clerie-cleanup-branches.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
pkgs.writeShellApplication {
|
||||
name = "clerie-cleanup-branches";
|
||||
text = builtins.readFile ./clerie-cleanup-branches.sh;
|
||||
runtimeInputs = with pkgs; [
|
||||
git
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user