DavHau / nix-portable

Nix - Static, Permissionless, Installation-free, Pre-configured
MIT License
779 stars 29 forks source link

Relative flake input files #110

Open mainrs opened 2 months ago

mainrs commented 2 months ago

I am trying to make nix-portable work with https://github.com/divnix/nosys together. As in the README, my inputs include inputs.systems.url = "path:./flake/systems.nix";

Calling nix develop with my local nix works. Using nix-portable returns the error: error: cannot fetch input 'path:./flake/systems.nix?lastModified=1&narHash=sha256-4UCfLMxAeGNJiUoJIdMQRx%2BI5ivP/b8N5FFJ1xlK3Hg%3D' because it uses a relative path.

Any idea how I can fix this?