chore(nix/nixpkgs): 24.05 -> 24.11

This commit is contained in:
Ahmad Ansori Palembani 2025-02-06 15:26:12 +07:00
parent 25cbec88a9
commit 6a92f88958
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
5 changed files with 43 additions and 66 deletions

View file

@ -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 ]))