srid / nixci

Define and build CI for Nix projects anywhere; superceded by Omnix https://omnix.page/om/ci.html
GNU Affero General Public License v3.0
108 stars 5 forks source link

Allow subflakes to be external #43

Closed srid closed 6 months ago

srid commented 6 months ago

Instead of dir = ./foo I want to be able to point to an external flake, whilst still overriding its input to point to current project.

This would allow us to nixify https://github.com/srid/haskell-flake/blob/4decea13dfe55a636d87d7fefe2aaa469a3b2ae2/doc/test.sh#L4-L6

srid commented 6 months ago

Alternative: just reference it transitively from a local subflake: https://github.com/srid/haskell-flake/pull/244