mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
feat(*): update some manifests
This commit is contained in:
parent
7f50bdb82c
commit
d14808fa7f
5 changed files with 6 additions and 4 deletions
|
|
@ -14,7 +14,7 @@
|
|||
(channel
|
||||
(name 'nonguix)
|
||||
(url "https://gitlab.com/nonguix/nonguix")
|
||||
(commit "d54973e47b89fe5772a5b6e2d0c0b86acb089e27")
|
||||
;; (commit "d54973e47b89fe5772a5b6e2d0c0b86acb089e27")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
(specifications->manifest
|
||||
'(
|
||||
"unzip"
|
||||
"password-store"
|
||||
"p7zip"
|
||||
"fzf"
|
||||
|
|
|
|||
|
|
@ -790,6 +790,7 @@ key_bindings:
|
|||
| fzf | fuzzy finder |
|
||||
| p7zip | archiver |
|
||||
| password-store | CLI password manager |
|
||||
| unzip | |
|
||||
|
||||
| Note | Description |
|
||||
|------+-----------------|
|
||||
|
|
|
|||
2
Guix.org
2
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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue