diff options
author | EuAndreh <eu@euandre.org> | 2022-05-15 19:23:02 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-05-15 19:23:08 -0300 |
commit | d36b73dbb51cba8380293d19322b249476c36127 (patch) | |
tree | 5e89e9f813126c09bad52347201c5a6277e18206 | |
parent | etc/guix/home.scm: Move FIXME marker to TODOs.md (diff) | |
download | dotfiles-d36b73dbb51cba8380293d19322b249476c36127.tar.gz dotfiles-d36b73dbb51cba8380293d19322b249476c36127.tar.xz |
etc/guix/system.scm: Remove duplicate FIXME marker from curth0
It is already present on the GUILE_LOAD_PATH hack in etc/bash/rc.
-rw-r--r-- | etc/guix/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm index 73a5ae8..e4627cc 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -1,5 +1,5 @@ (use-modules - (curth0) ;; FIXME: properly install this + (curth0) (ice-9 rdelim) (gnu bootloader) (gnu bootloader grub) |