chore: better solution for handling store paths in variables

This commit is contained in:
technofab 2025-09-04 08:34:25 +02:00
parent 31f0e4ea13
commit 5e2ae29660
No known key found for this signature in database
2 changed files with 27 additions and 18 deletions

View file

@ -148,10 +148,7 @@
name = "handle store paths in variables";
expected = {
stages = ["test"];
test = {
stage = "test";
variables."TEST" = "${pkgs.hello}";
};
test.stage = "test";
};
actual =
(mkPipeline {