Revert hardcoding the channel systems
This commit is contained in:
parent
1f9626d058
commit
3150f50672
1 changed files with 2 additions and 3 deletions
|
|
@ -1686,9 +1686,8 @@ SELECT store_path FROM derivation_source_files WHERE id = $1"
|
||||||
(match res
|
(match res
|
||||||
((inferior . inferior-store)
|
((inferior . inferior-store)
|
||||||
(let* ((systems
|
(let* ((systems
|
||||||
'("x86_64-linux"))
|
(inferior-eval '(@ (guix packages) %supported-systems)
|
||||||
;; (inferior-eval '(@ (guix packages) %supported-systems)
|
inferior))
|
||||||
;; inferior))
|
|
||||||
(ignored-systems
|
(ignored-systems
|
||||||
(lset-intersection string=?
|
(lset-intersection string=?
|
||||||
systems
|
systems
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue