Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed May 7, 2024
1 parent 572c6f3 commit a8ae7b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@

devShells.${pkgs.system} = devShells;

# TODO Update packages
# TODO Move private private respository into pkgs
packages.x86_64-linux = privateRepo;

# TODO Update templates
templates = builtins.listToAttrs templates;
};
}
3 changes: 1 addition & 2 deletions pkgs/plymouth/theme/nixos-blur-playmouth/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
'';

meta = with lib; {
# Offical git website with source was gone. I had to move package into my repository
# homepage = "https://git.gurkan.in/gurkan/nixos-blur-plymouth";
homepage = "https://git.gurkan.in/gurkan/nixos-blur-plymouth";
description = "Blue plymouth theme created by gurkan";
license = licenses.gpl3;
maintainers = with maintainers; [ Wittano ];
Expand Down
6 changes: 3 additions & 3 deletions pkgs/vimPlugins/template-nvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
, ...
}: vimUtils.buildVimPlugin {
pname = "template.nvim";
version = "27-12-2023";
version = "07-05-2024";
src = fetchFromGitHub {
owner = "nvimdev";
repo = "template.nvim";
rev = "41a41541f6af19be5403c0a5bf371d8ccb86c9c4";
sha256 = "sha256-rBD0AnPJMU8Fkgu6UJp4+hpro8tn1OMCQi4VirRlFNA=";
rev = "6b9a1acba0b34a31fdd8b70e7e1d7b114230b339";
sha256 = "sha256-ti3a8rlsTqrkT2LuB79LIeGy8SGxphYnIpTegUi0e0M=";
};
meta.homepage = "https://github.com/nvimdev/template.nvim";
}

0 comments on commit a8ae7b5

Please sign in to comment.