mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-07-22 04:19:01 +00:00
examples: emacs: Load packages list in the absolute path.
This commit is contained in:
parent
40a0e474c7
commit
a1452f76ac
@ -2,13 +2,13 @@
|
||||
TOP_DIR="$(dirname "$(realpath "$0")")"
|
||||
|
||||
# Install packages.
|
||||
echo '
|
||||
echo "
|
||||
(use-modules (guix packages)
|
||||
(guix scripts install))
|
||||
|
||||
(apply guix-install
|
||||
(map package-name
|
||||
(load "packages")))' |
|
||||
(load \"$TOP_DIR/packages\")))" |
|
||||
guix repl --type=machine
|
||||
|
||||
# Install configuration file.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user