Skip to content

Commit

Permalink
feat: Update dependencies, add discord, ssm-session-manager-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sudosubin committed Sep 19, 2024
1 parent 08c1f98 commit bf42989
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 29 deletions.
46 changes: 23 additions & 23 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions libraries/nixpkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ in
"1password"
"1password-cli"
"datagrip"
"discord"
"google-chrome"
"homerow"
"ijhttp"
Expand All @@ -37,6 +38,7 @@ in
"redisinsight"
"cleanshot"
"slack"
"vscode-extension-ms-vscode-remote-remote-ssh"
]);

nixpkgs.config.permittedInsecurePackages = [
Expand Down
4 changes: 2 additions & 2 deletions libraries/nixpkgs/programs/clop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenvNoCC.mkDerivation rec {
pname = "clop";
version = "2.6.0";
version = "2.6.3";

src = fetchurl {
url = "https://github.com/FuzzyIdeas/Clop/releases/download/v${version}/Clop-${version}.dmg";
sha256 = "0p2jj4qxj6zqlrnhzhffaj8la3n4gi9kyfmvj3q9r64a17qs60kh";
sha256 = "0120gbvkyji6pnrkhal9f21hfn4b8wfb0l1qbzvch02b6mf7if27";
};

sourceRoot = "Clop.app";
Expand Down
6 changes: 3 additions & 3 deletions libraries/nixpkgs/programs/redisinsight/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ let
sources = {
"aarch64-darwin" = {
url = "https://download.redisinsight.redis.com/latest/Redis-Insight-mac-arm64.dmg";
sha256 = "0pmaq19f58b1076b4cdsvcjgjkz3cbfc9ij09ignvjl0mgc1ajc2";
sha256 = "11crsgj4hr7sb6zn6la7mdb2vsik98y6x7lmahb35bsv19d186mf";
};
"x86_64-darwin" = {
url = "https://download.redisinsight.redis.com/latest/Redis-Insight-mac-x64.dmg";
sha256 = "0fxwjfhkcrhwiwqjlw49rqmfzcpzv30wflysfnga9fnrwhaacl2r";
sha256 = "1qwlxzvj1rp95lxq7shnjns3dw5ms5d2ajhhsinl1hs3r5b0q72i";
};
};

in
stdenvNoCC.mkDerivation rec {
pname = "redisinsight";
version = "2.54.0";
version = "2.56.0";

src = fetchurl {
inherit (sources.${stdenvNoCC.hostPlatform.system}) url sha256;
Expand Down
2 changes: 2 additions & 0 deletions modules/darwin/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,6 @@
ShowSeconds = 1;
};
};

system.stateVersion = 5;
}
1 change: 1 addition & 0 deletions modules/darwin/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
sqlfluff

# Utility
discord
nodePackages.localtunnel
redisinsight
ripgrep
Expand Down
1 change: 1 addition & 0 deletions modules/linux/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
sqlfluff

# Utility
discord
figma-linux
gnome.nautilus
google-chrome
Expand Down
1 change: 1 addition & 0 deletions modules/shared/programs/aws/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
home.packages = with pkgs; [
awscli2
aws-vault
ssm-session-manager-plugin
];
}
3 changes: 2 additions & 1 deletion modules/shared/programs/vscode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ in
adguard.adblock
arcanis.vscode-zipfs
bierner.markdown-preview-github-styles
biomejs.biome
pkgs.vscode-extensions.biomejs.biome # TODO
bufbuild.vscode-buf
casualjim.gotemplate
charliermarsh.ruff
Expand All @@ -103,6 +103,7 @@ in
ms-pyright.pyright
pkgs.vscode-extensions.ms-python.debugpy # TODO
ms-python.python
pkgs.vscode-extensions.ms-vscode-remote.remote-ssh # TODO
overlays.pkief.material-icon-theme # TODO
pkief.material-product-icons
prisma.prisma
Expand Down

0 comments on commit bf42989

Please sign in to comment.