This commit is contained in:
Dave Gallant
2023-02-04 20:03:13 -05:00
parent 7cb6e9c72d
commit 1ea27747a8
5 changed files with 11 additions and 21 deletions

12
flake.lock generated
View File

@@ -28,11 +28,11 @@
"utils": "utils"
},
"locked": {
"lastModified": 1675371293,
"narHash": "sha256-LrCjtrAXj/WJphhGEMnHgZs7oTsfOlvPfOjFTIvg39k=",
"lastModified": 1675462931,
"narHash": "sha256-JiOUSERBtA1lN/s9YTKGZoZ3XUicHDwr+C8swaPSh3M=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "d1c7730bb707bf8124d997952f7babd2a281ae68",
"rev": "e2c1756e3ae001ca8696912016dd31cb1503ccf3",
"type": "github"
},
"original": {
@@ -93,11 +93,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1675183161,
"narHash": "sha256-Zq8sNgAxDckpn7tJo7V1afRSk2eoVbu3OjI1QklGLNg=",
"lastModified": 1675454231,
"narHash": "sha256-5rgcWq1nFWlbR3NsLqY7i/7358uhkSeMQJ/LEHk3BWA=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e1e1b192c1a5aab2960bf0a0bd53a2e8124fa18e",
"rev": "06999209d7a0043d4372e38f57cffae00223d592",
"type": "github"
},
"original": {

View File

@@ -5,15 +5,15 @@
}:
buildGoModule rec {
pname = "vpngate";
version = "v0.1.1";
version = "v0.1.3";
vendorSha256 = "sha256-EAtZA7epMWEcDMP3F/9Fh06GUze70cidmaE4b/e3Sic=";
vendorSha256 = "sha256-VR5Z8tIeCWfJzkNAB8/opRDYGxX+frX+x5oxvcSBfeY=";
src = fetchFromGitHub {
owner = "davegallant";
repo = "vpngate";
rev = version;
sha256 = "sha256-+/yICgCbaofLWk7YIzVKjt0rOVycsecLeoppKOEiUoY=";
sha256 = "sha256-6hjlCfkHA5rPBoQ9npeVZmwsMjIi93RmxVS/uo8bWMo=";
};
meta = with lib; {

View File

@@ -33,7 +33,6 @@ in {
fd
github-cli
gnumake
gomplate
hadolint
nodePackages.eslint
oha
@@ -97,7 +96,7 @@ in {
openssl
openvpn
sshfs # mac requires https://osxfuse.github.io/
vpngate
# vpngate # tests broken
whois
# rice
@@ -112,7 +111,6 @@ in {
terraform-ls
terraformer
tflint
tfswitch
# nix
alejandra
@@ -127,22 +125,18 @@ in {
# cloud
awscli2
cloud-sql-proxy
ssm-session-manager-plugin
# python
python310
python310Packages.black
python310Packages.ipython
python310Packages.pip
# python310Packages.poetry
python310Packages.poetry-core
python310Packages.setuptools
python310Packages.virtualenv
# blog
hugo
# music
spotify-tui
];
in
common;

View File

@@ -14,12 +14,10 @@ in {
bitwarden
brave
calibre
deluge
discord
firefox
ghostscript
# gimp-with-plugins
gnome.gnome-sound-recorder
gnome.gnome-tweaks
gnome.seahorse
@@ -49,7 +47,6 @@ in {
ryujinx
signal-desktop
steam-tui
superTuxKart
usbutils
virt-manager
vlc

View File

@@ -21,7 +21,6 @@ in {
rustup
strace
tailscale
unityhub
];
in
linux;