Tweak bat options
[?]
Apr 24, 2023, 10:28 PM
O72HL5IONFRVLPSVUKGU2YB74LU2Q5TIY5KAM5BYJFASBXP6XVJACDependencies
- [2]
DRXLMZ7LReplace pygmentize with bat - [3]
FDN24OK3Remove workarounds for open nixpkgs PRs - [4]
4A2DSMIMClean up nix-container-demo-helper.sh - [5]
W2G433QURefactor libdemo and flakeref for nix run commands - [6]
DBSDTDTDKeep nixpkgs source(s) as gcroots
Change contents
- replacement in bash/nix-container-demo-helper.sh at line 12
COLORTERM="" TERM="" nix run "${NIXPKGS_FLAKEREF}#bat" -- --pager none "$@"nix run "${NIXPKGS_FLAKEREF}#bat" -- --pager none --decorations always --color=always "$@" - replacement in bash/nix-container-demo-helper.sh at line 17
cat "$@"nix run "${NIXPKGS_FLAKEREF}#bat" -- --pager none --decorations always "$@"