Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
ci: testing if other path for modules works
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Apr 28, 2024
1 parent 7a5edf8 commit 77aeaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/main.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const meta = new Dynamic {
["type"] = "signing"
})
}
module_prefix = "common"
module_prefix = "../files/common"
}

const function genImageTags(base: String, nvidia: Boolean, fx: Boolean): String = (if (base == "silverblue") "-gnome" else "") + (if (fx) "-fx" else "") + (if (nvidia) "-nvidia" else "")
Expand Down

0 comments on commit 77aeaf9

Please sign in to comment.