Skip to content

Commit

Permalink
Set up binary cache bits
Browse files Browse the repository at this point in the history
* Shunt the user through the frontend instead of the api backend
  for token creation
* Give the token a default description
* Offer suggestions on what to add to the nix.conf and restarting the daemon

Co-authored-by: Graham Christensen <[email protected]>
Co-authored-by: Cole Helbling <[email protected]>
  • Loading branch information
3 people committed Feb 23, 2024
1 parent 7fd6bfd commit ac5137d
Show file tree
Hide file tree
Showing 4 changed files with 274 additions and 77 deletions.
45 changes: 36 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ color-eyre = { version = "0.6.2", default-features = false, features = [
"issue-url",
] }
csv = "1.3.0"
gethostname = "0.4.3"
handlebars = "4.4.0"
indicatif = { version = "0.17.6", default-features = false }
inquire = "0.6.2"
Expand Down
Loading

0 comments on commit ac5137d

Please sign in to comment.