comment on working boost version (1.79.0)

This commit is contained in:
Jussi Kuokkanen
2022-10-24 16:40:03 +03:00
parent 1891c83bb2
commit ce1240226d

View File

@@ -2,4 +2,6 @@ with import <nixpkgs> {};
libsForQt5.callPackage ./default.nix {
libXNVCtrl = linuxPackages.nvidia_x11.settings.libXNVCtrl;
nvidia_x11 = linuxPackages.nvidia_x11;
#boost = boost179;
# TODO: I'd like to pin this, but specifying 1.79 gives a compile error even though the exact same hash is used if 'boost' is used
}