-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(cli): make
vhs
recordings _more_ reproducible
- use `gomod2nix` to prouduce nix flake builds of git-cc - use `libfaketime` and its binary `faketime` to limit the range of possible git hashes for the demo recording Unfortunately, `vim` still takes a random amount of time to save the config file, so the recordings aren't yet wholly reproducible. charmbracelet/vhs#257 should help!
- Loading branch information
test user
committed
Jun 27, 2023
1 parent
4af579d
commit 92e5d58
Showing
11 changed files
with
1,408 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env sh | ||
unset GOPATH GOROOT | ||
use flake | ||
export PATH="${PWD}/dist:$PATH" # always use most recent build for real git-cc | ||
export PATH="${PWD}/result/bin:$PATH" # always use most recent build for real git-cc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.