[+] Create defualt.nix
This commit is contained in:
parent
1cffe3556a
commit
46d00666e2
1 changed files with 8 additions and 0 deletions
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 a new issue