Skip to content

Commit

Permalink
feat: Weekly update + tailscale enhancements
Browse files Browse the repository at this point in the history
Add auth key parameters, user operator and tray app to tailscale
  • Loading branch information
lpchaim committed Oct 5, 2024
1 parent fe1638f commit 4e2cab0
Show file tree
Hide file tree
Showing 10 changed files with 189 additions and 455 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/update-flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
> update.stdout \
2> update.stderr
cat <<EOF >> "$GITHUB_STEP_SUMMARY"
## Update
### Output
\`\`\`sh
$(cat update.stdout)
Expand All @@ -34,10 +36,13 @@ jobs:
EOF
- name: Run flake checks
run: |
nix flake check \
nix flake check --all-systems \
> check.stdout \
2> check.stderr
cat <<EOF >> "$GITHUB_STEP_SUMMARY"
---
## Check
### Output
\`\`\`sh
$(cat check.stdout)
Expand Down
2 changes: 1 addition & 1 deletion apps/ci.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
];
in {
get-ci-info.program =
pkgs.writeNushellScriptBin
pkgs.writers.writeNuBin
"get-ci-info"
# nu
''
Expand Down
Loading

0 comments on commit 4e2cab0

Please sign in to comment.