mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-07-23 13:45:10 +02:00
fix: fix eval on NixOS (#830)
error: do not use python3Packages when building Python packages, specify each used package as a separate argument
This commit is contained in:
parent
00be2a5d91
commit
3898246f4b
@ -8,7 +8,7 @@
|
||||
pkgsForEach = nixpkgs.legacyPackages;
|
||||
in {
|
||||
packages = forAllSystems (system: {
|
||||
default = pkgsForEach.${system}.python3Packages.callPackage ./nix/default.nix {};
|
||||
default = pkgsForEach.${system}.callPackage ./nix/default.nix {};
|
||||
});
|
||||
|
||||
devShells = forAllSystems (system: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user