I have a repository in which I don't have control over the layout of files. Unfortunately the flake.nix file is not located at the root of the repository. Would it be possible to add another input to this action such that I could specify a path within the repository where the flake.nix is located?
I have a repository in which I don't have control over the layout of files. Unfortunately the
flake.nixfile is not located at the root of the repository. Would it be possible to add another input to this action such that I could specify a path within the repository where theflake.nixis located?