Update hm cleanup script
This commit is contained in:
parent
42308ad227
commit
50b3ed343b
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
let
|
let
|
||||||
clean-hm = pkgs.writeScriptBin "clean-hm" "${builtins.readFile ./scripts/clean-hm.sh}";
|
clean-hm = pkgs.writeScriptBin "clean-hm" "${builtins.readFile ./scripts/clean-hm.sh}";
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in a new issue