Revert hardcoding the channel systems

This commit is contained in:
Christopher Baines 2025-03-24 09:31:19 +00:00
parent 1f9626d058
commit 3150f50672

View file

@ -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