diff options
author | Amin Bandali <bandali@gnu.org> | 2021-10-18 21:33:40 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2021-10-18 21:33:40 -0400 |
commit | 317c1685dfefd82a37590c5709bdb437b254dc11 (patch) | |
tree | 51c220de8d34db2c5ffda3c022d0be889353adf9 /.config/guix/manifest/README | |
parent | 7f3c4cc3d29cc92955caad756d237669c4d57d75 (diff) | |
download | configs-317c1685dfefd82a37590c5709bdb437b254dc11.tar.gz configs-317c1685dfefd82a37590c5709bdb437b254dc11.tar.xz configs-317c1685dfefd82a37590c5709bdb437b254dc11.zip |
remove some vestigial configs
Diffstat (limited to '.config/guix/manifest/README')
-rw-r--r-- | .config/guix/manifest/README | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.config/guix/manifest/README b/.config/guix/manifest/README deleted file mode 100644 index 694b62b..0000000 --- a/.config/guix/manifest/README +++ /dev/null @@ -1,9 +0,0 @@ -To install/update the packages of the default profile, use - - guix package -m $MY_GUIX_MANIFESTS/main.scm - -and for other profiles, use - - guix package -m $MY_GUIX_MANIFESTS/name.scm -p $MY_GUIX_PROFILES/name/name - -where `name' is the name of the profile (e.g. `doc', `media', ...). |