betaboon

Results 95 comments of betaboon

heya there. as main now contains the changes required for python3.12 wheels, could we get a release on pypi for that? :)

according to https://github.com/NixOS/nixops/blob/master/nix/route53-recordset.nix#L84 you can do ` recordValues = [ resources.machines.machine_foo ]; ` (which is how i do it) but as you asked specifically for the private IPv4: according to...

@coretemp that should only happen during --build-only etc as it references the privateIPv4 of the deployed machine. Which prior do being created does not exist. That's the downside of that...

@coretemp could you share the expression of the machine and the route53RecordSet ?

@coretemp what version of nixops are you running?

@coretemp i just tried that way. can confirm that it doesn't work. which is kind of confusing to me, as i use references to networking.privateIPv4 in different locations like that.

for cross-linking: https://github.com/NixOS/nixpkgs/pull/225160

heya, even tho this has already been merged, I'd like to chime in. Moving these information to the wiki has the downside that they are separately versioned. this will make...

@ihavespoons this is failing. i don't quite understand why, but it seems like the e2e-tests are need a `BUILD`-file instead of a `BUILD.bazel` !?

~@jvolkman could we get this merged in favor of #119 ?~ ~i think the backwards-compatibility in #119 is not really required, and this pr covers the change with tests.~ just...