mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2024-11-21 15:57:25 -06:00
pin nixpkgs with npins
This commit is contained in:
parent
9231e8f4ec
commit
cc5ebe847d
18
release.nix
18
release.nix
@ -1,7 +1,11 @@
|
||||
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
|
||||
}
|
||||
# TODO: conditional import
|
||||
let
|
||||
sources = import ./npins;
|
||||
pkgs = import sources.nixpkgs {};
|
||||
in with pkgs;
|
||||
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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user