nixos/pkgs/default.nix
2024-05-08 20:28:18 -04:00

3 lines
117 B
Nix

{ pkgs ? (import ../nixpkgs.nix) { }, ... }: rec {
freetype-triangular-oled = import ./freetype-triangular-oled;
}