In
|
# Full invocation, including pinning `nix` version itself. |
I pin the version of
nix itself.
I added that in the past because the upgrade from Nix 1.* to 2.0 created (if I remember correctly) different .drv files.
I would like to document cases beyond that which resulted in different .drvs or build outputs when the version of nix changes, so that I can justify to continue pinning nix:
.drv changes
- During the ugprade from nix 1.* to 2.0
Output / build changes
In
static-haskell-nix/static-stack2nix-builder-example/default.nix
Line 36 in d24dea3
nixitself.I added that in the past because the upgrade from Nix 1.* to 2.0 created (if I remember correctly) different
.drvfiles.I would like to document cases beyond that which resulted in different
.drvs or build outputs when the version of nix changes, so that I can justify to continue pinningnix:.drvchangesOutput / build changes