chore(nix/nixpkgs): 24.05 -> 24.11
This commit is contained in:
parent
25cbec88a9
commit
6a92f88958
5 changed files with 43 additions and 66 deletions
|
@ -13,11 +13,6 @@ let
|
|||
pkgs.casks.inkscape
|
||||
else
|
||||
(pkgs.inkscape.override { python3 = custom.python; });
|
||||
custom.fastfetch =
|
||||
if pkgs.stdenv.isDarwin then
|
||||
pkgs.fastfetch.override { imagemagick_light = pkgs.imagemagick; }
|
||||
else
|
||||
pkgs.fastfetch;
|
||||
in {
|
||||
inherit custom;
|
||||
packages = [
|
||||
|
@ -26,7 +21,7 @@ in {
|
|||
pkgs.zoxide
|
||||
pkgs.ruby
|
||||
pkgs._7zz
|
||||
custom.fastfetch
|
||||
pkgs.fastfetch
|
||||
|
||||
pkgs.enchive
|
||||
(pkgs.pass.withExtensions (exts: [ exts.pass-otp ]))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue