svc.open accepts a /nix/store folder not an outputs folder

this mostly makes things simpler
This commit is contained in:
Daniel Barlow
2025-03-11 00:21:44 +00:00
parent f22237a3b3
commit 2b0972ed73
20 changed files with 38 additions and 19 deletions

View File

@@ -71,7 +71,7 @@
(fn open-services [output-references]
(collect [s p (pairs output-references)]
(values (svc.open (.. s "/.outputs")) p)))
(values (svc.open s) p)))
(fn run []
(let [trees {}