diff options
author | EuAndreh <eu@euandre.org> | 2022-08-12 19:47:06 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-08-12 19:49:39 -0300 |
commit | 43ab42498018763ecd495874ce8fc015020c123d (patch) | |
tree | 3c151d4f5f0ba9215cd0ae4a5be98b2d59ab486d /scripts | |
parent | paku.json: Update via `./scripts/paku -r` (diff) | |
download | package-repository-43ab42498018763ecd495874ce8fc015020c123d.tar.gz package-repository-43ab42498018763ecd495874ce8fc015020c123d.tar.xz |
scripts/paku: Disable Nix and Homebrew package generation for now
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/paku | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/paku b/scripts/paku index ea98be3..8d5a967 100755 --- a/scripts/paku +++ b/scripts/paku @@ -353,8 +353,8 @@ while getopts 'grl' flag; do case "$flag" in g) gen_guix - gen_nix - gen_homebrew + # gen_nix + # gen_homebrew ;; r) refresh_packages |