Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nifoc committed Jul 29, 2023
1 parent c6cad9d commit 21afb0e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 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.

12 changes: 6 additions & 6 deletions home/programs/nvim/plugins.nix
Original file line number Diff line number Diff line change
Expand Up @@ -107,23 +107,23 @@ in
};
dracula-nvim = buildVimPluginFrom2Nix {
pname = "dracula.nvim";
version = "2023-07-16";
version = "2023-07-29";
src = fetchFromGitHub {
owner = "Mofiqul";
repo = "dracula.nvim";
rev = "948d237241b91389c8c2f109885b91cd2574b8bb";
sha256 = "09cgyskfmqnp0gl1qbwfij8a6r6c0frgbj39zjx15frbhraygpdb";
rev = "9fe831e685a76e1a1898a694623b33247c4d036c";
sha256 = "03mrsy17fvdislkf50hfxp87kw2k53zfyygc21ln11792k2nmfc1";
fetchSubmodules = false;
};
};
nvim-treesitter = buildVimPluginFrom2Nix {
pname = "nvim-treesitter";
version = "2023-07-28";
version = "2023-07-29";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "db0ccd920b3cf7e96a0a9b43aac0f367decd231a";
sha256 = "18c99b2zlv33ndsrhnwibxlcb21zpzn4fqx1jljh9cmrx4l78man";
rev = "ee107fc759647293a84ad42b867f518331364fbe";
sha256 = "084cgf3cq9nnsxgkbc48ysr72zjzgs9ljzxc13pjqdsl2c6vkk3s";
fetchSubmodules = false;
};
};
Expand Down
4 changes: 2 additions & 2 deletions home/programs/scripts/attic-nedeco-devshells-cache
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p git fd jq rg
#!nix-shell -i bash -p git fd ripgrep
# shellcheck disable=SC1008

if git remote -v | rg -q nedeco; then
jq -cr ".variables.pkgsBuildHost.value[]" "$(fd '^flake-profile-[a-z0-9]+$' ./.direnv/)" | while read -r dir; do
nix path-info -r "$(fd '^flake-profile-[a-z0-9]+$' ./.direnv/)" | while read -r dir; do
echo "Uploading $dir ..."

if attic push nedeco:devshells "$dir"; then
Expand Down

0 comments on commit 21afb0e

Please sign in to comment.