Install openconnect-sso as overlay

This commit is contained in:
2022-01-21 00:31:34 +01:00
parent e0c794dfdb
commit fbe0950a05
3 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
{ config, lib, pkgs, inputs, ... }: {
nixpkgs.overlays = [ inputs.openconnect-sso.overlay ];
}