feat(*): update some manifests

This commit is contained in:
Pavel Korytov 2021-07-29 16:47:57 +03:00
parent 7f50bdb82c
commit d14808fa7f
5 changed files with 6 additions and 4 deletions

View file

@ -14,7 +14,7 @@
(channel
(name 'nonguix)
(url "https://gitlab.com/nonguix/nonguix")
(commit "d54973e47b89fe5772a5b6e2d0c0b86acb089e27")
;; (commit "d54973e47b89fe5772a5b6e2d0c0b86acb089e27")
(introduction
(make-channel-introduction
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"

View file

@ -1,5 +1,6 @@
(specifications->manifest
'(
"unzip"
"password-store"
"p7zip"
"fzf"

View file

@ -790,6 +790,7 @@ key_bindings:
| fzf | fuzzy finder |
| p7zip | archiver |
| password-store | CLI password manager |
| unzip | |
| Note | Description |
|------+-----------------|

View file

@ -154,7 +154,7 @@ References:
(channel
(name 'nonguix)
(url "https://gitlab.com/nonguix/nonguix")
(commit "d54973e47b89fe5772a5b6e2d0c0b86acb089e27")
;; (commit "d54973e47b89fe5772a5b6e2d0c0b86acb089e27")
(introduction
(make-channel-introduction
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"

View file

@ -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