diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2020-12-03 12:11:00 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-12-03 12:11:00 +0100 |
commit | 9cf531f57786c858c34c11a08b0ad16e2f26b27b (patch) | |
tree | d2f7759874ec6f3653d1dc634875dd8b127d70a0 /gnu/local.mk | |
parent | c050bef5cf79301d15f0bf8fb09feab085d9ff61 (diff) | |
download | guix-9cf531f57786c858c34c11a08b0ad16e2f26b27b.tar.gz |
images: Add novena-image-type, novena-barebones-raw-image, novena-barebones-os.
* gnu/system/images/novena.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 9f46ed2e0d..28ad119846 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -652,6 +652,7 @@ GNU_SYSTEM_MODULES = \ %D%/system/vm.scm \ \ %D%/system/images/hurd.scm \ + %D%/system/images/novena.scm \ %D%/system/images/pine64.scm \ %D%/system/images/pinebook-pro.scm \ \ |