fix anime4k

This commit is contained in:
2024-01-31 02:11:55 +01:00
parent 8526353bc8
commit 8bd44fdba6
2 changed files with 14 additions and 9 deletions
+1
View File
@@ -252,6 +252,7 @@
nixosReports = mkHosts mkReport;
packages = forAllSystems ({ inputs, pkgs, lib, flakes, ... }: {
# TODO: get faketty to work ${expect}/bin/unbuffer is bad
nixos-rebuild-nom = pkgs.writeScriptBin "nixos-rebuild" ''
exec ${lib.getExe pkgs.nixos-rebuild} "$@" |& ${lib.getExe pkgs.nix-output-monitor}
'';