Skip to content

Commit d7e243e

Browse files
ericdalloeca-agent
andcommitted
nix: point gp-openconnect at the GitHub fork
The fork now lives at github:ericdallo/GlobalProtect-openconnect, so flip the input off the local `path:` and lock to the just-pushed commit (45a03b6). CI no longer depends on a working tree being present. 🤖 Generated with [eca](https://eca.dev) Co-Authored-By: eca-agent <git@eca.dev>
1 parent 8ee2665 commit d7e243e

2 files changed

Lines changed: 13 additions & 11 deletions

File tree

nix/flake.lock

Lines changed: 10 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/flake.nix

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,10 @@
2121
nix-flatpak.url = "github:gmodena/nix-flatpak";
2222

2323
# GlobalProtect VPN client (CLI build of yuezk/GlobalProtect-openconnect).
24-
# Lives in a personal fork so the package recipe / flake plumbing can
25-
# be maintained outside this config and eventually PR'd upstream.
26-
# Using `path:` for local-checkout development — switch to
27-
# `github:ericdallo/GlobalProtect-openconnect/<branch>` once committed.
24+
# Personal fork hosts the Nix flake / package recipe so it can evolve
25+
# independently of this config (and eventually be PR'd upstream).
2826
gp-openconnect = {
29-
url = "path:/home/greg/dev/GlobalProtect-openconnect";
27+
url = "github:ericdallo/GlobalProtect-openconnect/main";
3028
inputs.nixpkgs.follows = "nixpkgs";
3129
};
3230
};

0 commit comments

Comments
 (0)