<craige>
My Google-foo is failing me at present. I'm setting the NixO version via `nix.nixPath = [ "nixpkgs=https://nixos.org/channels/nixos-19.09/nixexprs.tar.xz" ]; which results in a `nixos-version` of `19.09pre-git (Loris)` instead of the expected `19.09.1489.d3a8243e583 (Loris)`. Is that just an artifact setting nixPath that way or is there a more efficient way to tell NixOps controlled hosts what
<craige>
NixOS version they need to be tracking?
<samueldr>
that's a general nixpkgs issue with how the version name is handled
<samueldr>
and uh... I would have assumed that this would work
<samueldr>
that nixexprs.tar.xz does have .git-revision, so uh
<samueldr>
I don't know, maybe your system isn't built using *that* nix path?
<gchristensen>
nix.nixPath isn't used when building the system I don't think?
<samueldr>
thanks gchristensen, I don't know nixops, so that'S what it feels like
<craige>
So the nix.nixPath is essentially a superfluous statement and my versioning is being set elsewhere, somehow?
<gchristensen>
nix.nixPath is describing the nixPath which the server will have at run time
<craige>
Based on my configs and that I upgraded a machine from 18.09 to 19.09 and the only plus 19.09 us reference is in the nixPath, it must be? I could always be ,issing something else, like the deployer being 19.09 having an impact.