mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-08-02 16:33:29 -05:00
[+] Create defualt.nix
This commit is contained in:
parent
1cffe3556a
commit
46d00666e2
8
default.nix
Normal file
8
default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
with import <nixpkgs> {};
|
||||
|
||||
callPackage ./nixos/hyfetch.nix {
|
||||
buildPythonPackage = python38Packages.buildPythonPackage;
|
||||
fetchPypi = python38.pkgs.fetchPypi;
|
||||
typing-extensions = python38.pkgs.typing-extensions;
|
||||
setuptools = python38.pkgs.setuptools;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user