Skip to content

Commit

Permalink
feat: Update dependencies, use VSCode GitHub Copilot
Browse files Browse the repository at this point in the history
  • Loading branch information
sudosubin committed Nov 15, 2024
1 parent fe8086d commit f61b0bd
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 21 deletions.
30 changes: 15 additions & 15 deletions flake.lock

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

1 change: 1 addition & 0 deletions libraries/nixpkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ in
"redisinsight"
"cleanshot"
"slack"
"vscode-extension-github-copilot"
"vscode-extension-ms-vscode-remote-remote-ssh"
]);

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.4";
version = "2.6.5";

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

sourceRoot = "Clop.app";
Expand Down
6 changes: 3 additions & 3 deletions libraries/nixpkgs/programs/orbstack/default.nix
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{ lib, fetchurl, fetchFromGitHub, stdenvNoCC, docker, installShellFiles, _7zz }:

let
version = "1.8.0_18332";
version = "1.8.1_18374";
hdiutil = "/usr/bin/hdiutil";

sources = {
"aarch64-darwin" = {
url = "https://cdn-updates.orbstack.dev/arm64/OrbStack_v${version}_arm64.dmg";
sha256 = "0dvhr9vkjxl971kvj2xdcaps7zl5jy7j37iazmvqaxcvkran3qkx";
sha256 = "03fdakn7w279r7w315a97rdlz74x1ki4s1x108hpmqf4zikncy3m";
};
"x86_64-darwin" = {
url = "https://cdn-updates.orbstack.dev/amd64/OrbStack_v${version}_amd64.dmg";
sha256 = "1c3wnmcp0gwhw3wbnffjd04g5h23dwqddhrl93n0a6167m1nwnhq";
sha256 = "0xj8cnp7ddgqrv803n2xk64vd3fqn92n2njz8mby7rzb6s7nag78";
};
};

Expand Down
4 changes: 3 additions & 1 deletion modules/shared/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

{
nix = {
optimise = {
automatic = true;
};
settings = {
auto-optimise-store = true;
substituters = [
"https://cache.nixos.org"
];
Expand Down
1 change: 1 addition & 0 deletions modules/shared/programs/vscode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ in
exiasr.hadolint
foxundermoon.shell-format
fwcd.kotlin
github.copilot
golang.go
graphql.vscode-graphql
graphql.vscode-graphql-syntax
Expand Down

0 comments on commit f61b0bd

Please sign in to comment.