Package dzgui

This commit is contained in:
Leonardo Eugênio 2023-01-19 00:03:04 -03:00
parent 40361be84d
commit 25224abafb
2 changed files with 50 additions and 0 deletions

View file

@ -2,4 +2,5 @@
# You can build them using 'nix build .#example' or (legacy) 'nix-build -A example'
{ pkgs }: {
dzgui = pkgs.callPackage ./dzgui.nix { };
}