depot/packages/packages.nix
2022-01-14 22:49:38 +01:00

6 lines
221 B
Nix

{ pkgs, ... }: {
hyprspace = pkgs.callPackage ./networking/hyprspace { iproute2mac = null; };
privatevoid-smart-card-ca-bundle = pkgs.callPackage ./data/privatevoid-smart-card-certificate-authority-bundle.nix { };
}