[F] nixos: Fix unexpected argument
This commit is contained in:
parent
46d00666e2
commit
7b4f209ebe
1 changed files with 1 additions and 4 deletions
|
@ -1,8 +1,5 @@
|
||||||
with import <nixpkgs> {};
|
with import <nixpkgs> {};
|
||||||
|
|
||||||
callPackage ./nixos/hyfetch.nix {
|
callPackage ./nixos/hyfetch.nix {
|
||||||
buildPythonPackage = python38Packages.buildPythonPackage;
|
python3Packages = python38Packages;
|
||||||
fetchPypi = python38.pkgs.fetchPypi;
|
|
||||||
typing-extensions = python38.pkgs.typing-extensions;
|
|
||||||
setuptools = python38.pkgs.setuptools;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue