[F] nixos: Fix unexpected argument

This commit is contained in:
Hykilpikonna 2022-04-29 07:39:50 -04:00 committed by GitHub
parent 46d00666e2
commit 7b4f209ebe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,5 @@
with import <nixpkgs> {};
callPackage ./nixos/hyfetch.nix {
buildPythonPackage = python38Packages.buildPythonPackage;
fetchPypi = python38.pkgs.fetchPypi;
typing-extensions = python38.pkgs.typing-extensions;
setuptools = python38.pkgs.setuptools;
python3Packages = python38Packages;
}