[+] Create defualt.nix

This commit is contained in:
Hykilpikonna 2022-04-29 07:37:33 -04:00 committed by GitHub
parent 1cffe3556a
commit 46d00666e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
default.nix Normal file
View 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;
}