mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 09:12:28 +00:00
Cleanup
This commit is contained in:
12
flake.lock
generated
12
flake.lock
generated
@@ -28,11 +28,11 @@
|
|||||||
"utils": "utils"
|
"utils": "utils"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1675371293,
|
"lastModified": 1675462931,
|
||||||
"narHash": "sha256-LrCjtrAXj/WJphhGEMnHgZs7oTsfOlvPfOjFTIvg39k=",
|
"narHash": "sha256-JiOUSERBtA1lN/s9YTKGZoZ3XUicHDwr+C8swaPSh3M=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "d1c7730bb707bf8124d997952f7babd2a281ae68",
|
"rev": "e2c1756e3ae001ca8696912016dd31cb1503ccf3",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -93,11 +93,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1675183161,
|
"lastModified": 1675454231,
|
||||||
"narHash": "sha256-Zq8sNgAxDckpn7tJo7V1afRSk2eoVbu3OjI1QklGLNg=",
|
"narHash": "sha256-5rgcWq1nFWlbR3NsLqY7i/7358uhkSeMQJ/LEHk3BWA=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "e1e1b192c1a5aab2960bf0a0bd53a2e8124fa18e",
|
"rev": "06999209d7a0043d4372e38f57cffae00223d592",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@@ -5,15 +5,15 @@
|
|||||||
}:
|
}:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "vpngate";
|
pname = "vpngate";
|
||||||
version = "v0.1.1";
|
version = "v0.1.3";
|
||||||
|
|
||||||
vendorSha256 = "sha256-EAtZA7epMWEcDMP3F/9Fh06GUze70cidmaE4b/e3Sic=";
|
vendorSha256 = "sha256-VR5Z8tIeCWfJzkNAB8/opRDYGxX+frX+x5oxvcSBfeY=";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "davegallant";
|
owner = "davegallant";
|
||||||
repo = "vpngate";
|
repo = "vpngate";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-+/yICgCbaofLWk7YIzVKjt0rOVycsecLeoppKOEiUoY=";
|
sha256 = "sha256-6hjlCfkHA5rPBoQ9npeVZmwsMjIi93RmxVS/uo8bWMo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
@@ -33,7 +33,6 @@ in {
|
|||||||
fd
|
fd
|
||||||
github-cli
|
github-cli
|
||||||
gnumake
|
gnumake
|
||||||
gomplate
|
|
||||||
hadolint
|
hadolint
|
||||||
nodePackages.eslint
|
nodePackages.eslint
|
||||||
oha
|
oha
|
||||||
@@ -97,7 +96,7 @@ in {
|
|||||||
openssl
|
openssl
|
||||||
openvpn
|
openvpn
|
||||||
sshfs # mac requires https://osxfuse.github.io/
|
sshfs # mac requires https://osxfuse.github.io/
|
||||||
vpngate
|
# vpngate # tests broken
|
||||||
whois
|
whois
|
||||||
|
|
||||||
# rice
|
# rice
|
||||||
@@ -112,7 +111,6 @@ in {
|
|||||||
terraform-ls
|
terraform-ls
|
||||||
terraformer
|
terraformer
|
||||||
tflint
|
tflint
|
||||||
tfswitch
|
|
||||||
|
|
||||||
# nix
|
# nix
|
||||||
alejandra
|
alejandra
|
||||||
@@ -127,22 +125,18 @@ in {
|
|||||||
# cloud
|
# cloud
|
||||||
awscli2
|
awscli2
|
||||||
cloud-sql-proxy
|
cloud-sql-proxy
|
||||||
ssm-session-manager-plugin
|
|
||||||
|
|
||||||
# python
|
# python
|
||||||
python310
|
python310
|
||||||
python310Packages.black
|
python310Packages.black
|
||||||
python310Packages.ipython
|
python310Packages.ipython
|
||||||
python310Packages.pip
|
python310Packages.pip
|
||||||
# python310Packages.poetry
|
python310Packages.poetry-core
|
||||||
python310Packages.setuptools
|
python310Packages.setuptools
|
||||||
python310Packages.virtualenv
|
python310Packages.virtualenv
|
||||||
|
|
||||||
# blog
|
# blog
|
||||||
hugo
|
hugo
|
||||||
|
|
||||||
# music
|
|
||||||
spotify-tui
|
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
common;
|
common;
|
||||||
|
@@ -14,12 +14,10 @@ in {
|
|||||||
bitwarden
|
bitwarden
|
||||||
brave
|
brave
|
||||||
calibre
|
calibre
|
||||||
deluge
|
|
||||||
discord
|
discord
|
||||||
firefox
|
firefox
|
||||||
ghostscript
|
ghostscript
|
||||||
# gimp-with-plugins
|
# gimp-with-plugins
|
||||||
|
|
||||||
gnome.gnome-sound-recorder
|
gnome.gnome-sound-recorder
|
||||||
gnome.gnome-tweaks
|
gnome.gnome-tweaks
|
||||||
gnome.seahorse
|
gnome.seahorse
|
||||||
@@ -49,7 +47,6 @@ in {
|
|||||||
ryujinx
|
ryujinx
|
||||||
signal-desktop
|
signal-desktop
|
||||||
steam-tui
|
steam-tui
|
||||||
superTuxKart
|
|
||||||
usbutils
|
usbutils
|
||||||
virt-manager
|
virt-manager
|
||||||
vlc
|
vlc
|
||||||
|
@@ -21,7 +21,6 @@ in {
|
|||||||
rustup
|
rustup
|
||||||
strace
|
strace
|
||||||
tailscale
|
tailscale
|
||||||
unityhub
|
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
linux;
|
linux;
|
||||||
|
Reference in New Issue
Block a user