When trying to bundle an app in my flake (nix run runs pretty great), I have this error message:
➜ git:(main) nix bundle
error: provided installable is not a derivation and not coercible to an outPath
I actually just tried it with this template: https://github.com/Xe/templates/blob/main/go-web-server/flake.nix
When trying to bundle an app in my flake (nix run runs pretty great), I have this error message:
➜ git:(main) nix bundle
error: provided installable is not a derivation and not coercible to an outPath
I actually just tried it with this template: https://github.com/Xe/templates/blob/main/go-web-server/flake.nix