mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-04-02 23:24:56 -05:00
6 lines
103 B
Nix
6 lines
103 B
Nix
with import <nixpkgs> {};
|
|
|
|
callPackage ./nixos/hyfetch.nix {
|
|
python3Packages = python38Packages;
|
|
}
|