mirror of
https://github.com/davegallant/vpngate.git
synced 2026-03-03 18:16:35 +00:00
chore(deps): update dependency go to v1.26.0 (#169)
* Update dependency go to v1.26.0 * Add nix dev shell * Go mod tidy * Remove version in glangci-lint --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dave Gallant <davegallant@proton.me>
This commit is contained in:
13
flake.nix
13
flake.nix
@@ -1,4 +1,6 @@
|
||||
{
|
||||
description = "vpngate - VPN server connector";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
@@ -33,12 +35,19 @@
|
||||
default = vg;
|
||||
vpngate = vg;
|
||||
};
|
||||
devShell = pkgs.mkShell {
|
||||
devShells.default = pkgs.mkShell {
|
||||
name = "vpngate-dev";
|
||||
description = "Development environment for vpngate";
|
||||
packages = with pkgs; [
|
||||
go_1_26
|
||||
gopls
|
||||
gotools
|
||||
go_1_25
|
||||
golangci-lint
|
||||
];
|
||||
shellHook = ''
|
||||
echo "Welcome to the vpngate dev environment"
|
||||
go version
|
||||
'';
|
||||
};
|
||||
};
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user