[+] Create defualt.nix
This commit is contained in:
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;
|
||||
}
|
||||
Reference in New Issue
Block a user