nixos: bump keepbook and expose keepbook binaries

This commit is contained in:
2026-02-19 23:08:23 -08:00
parent 6c5d493561
commit adf320a414
3 changed files with 22 additions and 13 deletions

View File

@@ -1,4 +1,10 @@
{ pkgs, ... }:
{ pkgs, inputs, ... }:
let
keepbook = inputs.keepbook.packages.${pkgs.stdenv.hostPlatform.system}.keepbook.overrideAttrs (_: {
# Upstream checks currently depend on TS artifacts that are not built in Nix.
doCheck = false;
});
in
{
nixpkgs.config.allowBroken = true;
@@ -36,6 +42,7 @@
ispell
jq
just
keepbook
lshw
lsof
magic-wormhole-rs