diff options
author | Freya Murphy <freya@freyacat.org> | 2024-10-23 14:34:31 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-10-23 14:34:31 -0400 |
commit | 1b190e1774ee5c0137125aa49a9964031dfe7bba (patch) | |
tree | d7fe333478f9deb8f7071e08d3995e75cf2c88a1 /systems/installer.scm | |
parent | fix typo (diff) | |
download | dotfiles-guix-1b190e1774ee5c0137125aa49a9964031dfe7bba.tar.gz dotfiles-guix-1b190e1774ee5c0137125aa49a9964031dfe7bba.tar.bz2 dotfiles-guix-1b190e1774ee5c0137125aa49a9964031dfe7bba.zip |
move packages/services to new sakura channel
Diffstat (limited to 'systems/installer.scm')
-rw-r--r-- | systems/installer.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/installer.scm b/systems/installer.scm index 74fe087..6d072fa 100644 --- a/systems/installer.scm +++ b/systems/installer.scm @@ -1,7 +1,7 @@ ; base system for creating installer images (use-modules (freya system) - (freya services cow) + (sakura services cow) (gnu)) ; installer system |