diff --git a/flake.lock b/flake.lock index fd8c0fd..c9b0a40 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/modules/overlays/vpngate/default.nix b/modules/overlays/vpngate/default.nix index 059a8ed..7d2790f 100644 --- a/modules/overlays/vpngate/default.nix +++ b/modules/overlays/vpngate/default.nix @@ -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; { diff --git a/packages/common.nix b/packages/common.nix index bf83e44..675f9f9 100644 --- a/packages/common.nix +++ b/packages/common.nix @@ -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; diff --git a/packages/linux-desktop.nix b/packages/linux-desktop.nix index 49ec7c0..b192bfa 100644 --- a/packages/linux-desktop.nix +++ b/packages/linux-desktop.nix @@ -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 diff --git a/packages/linux.nix b/packages/linux.nix index 516e647..d36b5f1 100644 --- a/packages/linux.nix +++ b/packages/linux.nix @@ -21,7 +21,6 @@ in { rustup strace tailscale - unityhub ]; in linux;