nixos: bump keepbook and expose keepbook binaries

This commit is contained in:
2026-02-19 23:08:23 -08:00
committed by Kat Huang
parent dc41b71e46
commit 5e6f66e132
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