mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
add appgate for osprey
This commit is contained in:
parent
3beb734431
commit
869a864a9b
@ -25,6 +25,7 @@
|
|||||||
docker-compose
|
docker-compose
|
||||||
podman-tui
|
podman-tui
|
||||||
dive
|
dive
|
||||||
|
appgate-sdp
|
||||||
];
|
];
|
||||||
|
|
||||||
# Modules
|
# Modules
|
||||||
|
8
provision/overlays/appgate-sdp.nix
Normal file
8
provision/overlays/appgate-sdp.nix
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
self: super: {
|
||||||
|
appgate-sdp = super.appgate-sdp.overrideAttrs (old: {
|
||||||
|
src = super.fetchurl {
|
||||||
|
url = "https://bin.appgate-sdp.com/6.4/client/appgate-sdp_6.4.0_amd64.deb";
|
||||||
|
sha256 = "sha256-0h6Mz3B7fADGL5tGbrKNYpVIAvRu7Xx0n9OvjOeVCds=";
|
||||||
|
};
|
||||||
|
});
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user