mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-04-03 07:35:05 -05:00
[F] nixos: Fix unexpected argument
This commit is contained in:
parent
46d00666e2
commit
7b4f209ebe
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user