Update nixpkgs

This commit is contained in:
2025-10-12 13:33:53 -07:00
parent 0c455baebd
commit 3d6a759827
4 changed files with 36 additions and 44 deletions

View File

@@ -41,6 +41,9 @@
# comma uses the "nix-index" package built into nixpkgs by default.
# That package doesn't use the prebuilt nix-index database so it needs to be changed.
comma = prev.comma.overrideAttrs (old: {
nativeBuildInputs = old.nativeBuildInputs ++ [
prev.makeWrapper
];
postInstall = ''
wrapProgram $out/bin/comma \
--prefix PATH : ${lib.makeBinPath [ prev.fzy config.programs.nix-index.package ]}