mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-07-24 22:24:51 +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;
|
pkgsForEach = nixpkgs.legacyPackages;
|
||||||
in {
|
in {
|
||||||
packages = forAllSystems (system: {
|
packages = forAllSystems (system: {
|
||||||
default = pkgsForEach.${system}.python3Packages.callPackage ./nix/default.nix {};
|
default = pkgsForEach.${system}.callPackage ./nix/default.nix {};
|
||||||
});
|
});
|
||||||
|
|
||||||
devShells = forAllSystems (system: {
|
devShells = forAllSystems (system: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user