Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .envrc

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ go.work
dist/

.env
.direnv
.DS_Store
11 changes: 11 additions & 0 deletions mise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[tools]
go = "1.24"
goreleaser = "latest"
"go:github.com/go-delve/delve/cmd/dlv" = "latest"
"go:golang.org/x/tools/gopls" = "latest"
"go:github.com/spf13/cobra-cli" = "latest"

# used by the `build:demo` task. ttyd has no prebuilt macOS binary, so on
# macOS install it separately: `brew install ttyd`
ffmpeg = "latest"
vhs = "latest"
17 changes: 0 additions & 17 deletions shell.nix

This file was deleted.

2 changes: 1 addition & 1 deletion tasks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ deps = [["deps"]]
cmds = ["go build -o dist/daylog ./main.go {{.CLI_ARGS}}"]

[tasks."build:demo"]
cmds = ["nix-shell -p ffmpeg ttyd vhs --run \"vhs demo/demo.tape\""]
cmds = ["vhs demo/demo.tape"]

[tasks.run]
cmds = ["go run main.go {{.CLI_ARGS}}"]
Expand Down
Loading