nix-config/nixos/_mixins/console/auth0.nix

6 lines
78 B
Nix
Raw Permalink Normal View History

{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
auth0
];
}