diff options
author | Christopher Baines <mail@cbaines.net> | 2020-04-20 08:57:44 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-04-20 08:57:44 +0100 |
commit | 64f1abd9ea8e344d6581b8ecac75970807ea7d7c (patch) | |
tree | 8dea464fe4f663d737bf1ebf49ec7f0fd5925152 /guix-data-service | |
parent | 780ce6627234b622422984cbe76da7de8fd0b104 (diff) | |
download | data-service-64f1abd9ea8e344d6581b8ecac75970807ea7d7c.tar data-service-64f1abd9ea8e344d6581b8ecac75970807ea7d7c.tar.gz |
Add i586-gnu as a valid system
This is present currently on core-updates. Ideally the valid-systems would
adapt to the revision, but for the moment just add it everywhere.
Diffstat (limited to 'guix-data-service')
-rw-r--r-- | guix-data-service/model/derivation.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix-data-service/model/derivation.scm b/guix-data-service/model/derivation.scm index 2ff2a97..c18e9a1 100644 --- a/guix-data-service/model/derivation.scm +++ b/guix-data-service/model/derivation.scm @@ -63,6 +63,7 @@ ;; TODO, use the database, but make it quick! '("aarch64-linux" "armhf-linux" + "i586-gnu" "i686-linux" "mips64el-linux" "x86_64-linux")) |