Add to the hardcoded list of valid targets

Since the hardcoded list in the load-new-guix-revision code has been updated.
This commit is contained in:
Christopher Baines 2022-03-11 11:50:10 +00:00
parent 0f07826a20
commit df4e0a7a61

View file

@ -64,9 +64,13 @@
(define (valid-targets conn)
'("arm-linux-gnueabihf"
"aarch64-linux-gnu"
"mips64el-linux-gnu"
"powerpc-linux-gnu"
"powerpc64le-linux-gnu"
"riscv64-linux-gnu"
"i586-pc-gnu"))
"i586-pc-gnu"
"i686-w64-mingw32"
"x86_64-w64-mingw32"))
(define (count-derivations conn)
(first