4 lines
97 B
Nix
4 lines
97 B
Nix
{ config, lib, pkgs, inputs, ... }: {
|
|
nixpkgs.overlays = [ inputs.openconnect-sso.overlay ];
|
|
}
|