This commit is contained in:
Kimapr 2025-04-13 01:01:21 +05:00
parent ff1cd4e924
commit e2a1644645
Signed by: kimapr
GPG key ID: 9F631B9803377CE4

View file

@ -26,7 +26,7 @@
(define-public (specs/pkgs->pkgs pkgs)
(map (lambda (x)
(if (string? x)
(specification->package x) x)) pkgs))
(car (specifications->packages `(,x))) x)) pkgs))
(define-public (unfuck-packages pkgs)
;; kind of a hack but i'm laziggy