depot/packages/packages.nix

6 lines
221 B
Nix
Raw Normal View History

2021-06-05 23:59:06 +03:00
{ pkgs, ... }: {
2021-11-13 13:33:25 +02:00
hyprspace = pkgs.callPackage ./networking/hyprspace { iproute2mac = null; };
2021-06-05 23:59:06 +03:00
privatevoid-smart-card-ca-bundle = pkgs.callPackage ./data/privatevoid-smart-card-certificate-authority-bundle.nix { };
}