Due to the fact that release.nix uses a variable called src, I am not sure why but it causes issues during the ./dev-shell --arg p "[ p.callPackage ../nixops-aws/release.nix {}]", thus making very difficult to work locally on this plugin.
If changed to awsSrc in the top level, it works, I'm not a specialist of Nix but it'd be good to understand why this happens.
Due to the fact that
release.nix
uses a variable calledsrc
, I am not sure why but it causes issues during the./dev-shell --arg p "[ p.callPackage ../nixops-aws/release.nix {}]"
, thus making very difficult to work locally on this plugin.If changed to
awsSrc
in the top level, it works, I'm not a specialist of Nix but it'd be good to understand why this happens.