From d14808fa7fece33dd31eb3e62b96edf5401a9825 Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Thu, 29 Jul 2021 16:47:57 +0300 Subject: [PATCH] feat(*): update some manifests --- .config/guix/channels.scm | 2 +- .config/guix/manifests/console.scm | 1 + Console.org | 1 + Guix.org | 2 +- bin/scripts/setup-conda-npm | 4 ++-- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.config/guix/channels.scm b/.config/guix/channels.scm index 8ef8814..14792a6 100644 --- a/.config/guix/channels.scm +++ b/.config/guix/channels.scm @@ -14,7 +14,7 @@ (channel (name 'nonguix) (url "https://gitlab.com/nonguix/nonguix") - (commit "d54973e47b89fe5772a5b6e2d0c0b86acb089e27") + ;; (commit "d54973e47b89fe5772a5b6e2d0c0b86acb089e27") (introduction (make-channel-introduction "897c1a470da759236cc11798f4e0a5f7d4d59fbc" diff --git a/.config/guix/manifests/console.scm b/.config/guix/manifests/console.scm index 136f0b3..df71c5e 100644 --- a/.config/guix/manifests/console.scm +++ b/.config/guix/manifests/console.scm @@ -1,5 +1,6 @@ (specifications->manifest '( + "unzip" "password-store" "p7zip" "fzf" diff --git a/Console.org b/Console.org index 8ec7840..ef64804 100644 --- a/Console.org +++ b/Console.org @@ -790,6 +790,7 @@ key_bindings: | fzf | fuzzy finder | | p7zip | archiver | | password-store | CLI password manager | +| unzip | | | Note | Description | |------+-----------------| diff --git a/Guix.org b/Guix.org index 8d07c04..ffa504f 100644 --- a/Guix.org +++ b/Guix.org @@ -154,7 +154,7 @@ References: (channel (name 'nonguix) (url "https://gitlab.com/nonguix/nonguix") - (commit "d54973e47b89fe5772a5b6e2d0c0b86acb089e27") + ;; (commit "d54973e47b89fe5772a5b6e2d0c0b86acb089e27") (introduction (make-channel-introduction "897c1a470da759236cc11798f4e0a5f7d4d59fbc" diff --git a/bin/scripts/setup-conda-npm b/bin/scripts/setup-conda-npm index 468b308..6168e3e 100755 --- a/bin/scripts/setup-conda-npm +++ b/bin/scripts/setup-conda-npm @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# [[file:../../Guix.org::*Manifest][Manifest:3]] +# [[file:../../Guix.org::*conda][conda:2]] # Get writable conda envs with npm & without readarray -t CONDA_ENVS_ALL <<< $(conda env list --json | jq '.envs[]') CONDA_ENVS_NPM=() @@ -33,4 +33,4 @@ for env in "${CONDA_ENVS_NO_NPM}"; do rm -rf "$env/etc/conda/deactivate.d/conda.sh" || true rm -rf "$env/etc/conda/deactivate.d/conda.fish" || true done -# Manifest:3 ends here +# conda:2 ends here