5 lines
191 B
Nix
5 lines
191 B
Nix
|
import "${builtins.fetchTarball {
|
||
|
url = "https://github.com/vlaci/openconnect-sso/archive/master.tar.gz";
|
||
|
sha256 = "08cqd40p9vld1liyl6qrsdrilzc709scyfghfzmmja3m1m7nym94";
|
||
|
}}/overlay.nix"
|