Skip to content
Open
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
12 changes: 4 additions & 8 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,16 @@ jobs:
contents: read
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NIXPKGS: https://flakehub.com/f/NixOS/nixpkgs/=0.2505.810859
steps:
- uses: actions/checkout@v4

- uses: DeterminateSystems/flake-checker-action@main
with:
fail-mode: false

- uses: DeterminateSystems/determinate-nix-action@main

- uses: DeterminateSystems/flakehub-cache-action@main

- name: Check README links
run: |
nix develop --command \
lychee \
--github-token ${{ env.GITHUB_TOKEN }} \
README.md
nix run "${{ env.NIXPKGS }}#lychee" -- \
--github-token ${{ env.GITHUB_TOKEN }} \
README.md
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@
&nbsp;<a href="https://www.linkedin.com/company/determinate-systems" target="_blank"><img alt="LinkedIn" src="https://img.shields.io/badge/LinkedIn-1667be?style=for-the-badge&logo=linkedin&logoColor=%23ffffff"></a>&nbsp;
</p>

# ️❄️ Determinate Systems issues
# ️❄️ File issues for Determinate Systems projects

Use this repo's [issues] section if you need to report issues with [FlakeHub] or Determinate's official documentation at [docs.determinate.systems][docs].
Use this repo's [issues] section if you need to report issues with:

For our [open source][oss] projects, we recommend filing issues in the relevant repository.
- [FlakeHub] or
- Determinate's official documentation at [docs.determinate.systems][docs].

For our [open source projects][oss], we recommend filing issues in the relevant repository.

| Project | Repository |
| :--------------------------- | :------------------------------------------------------- |
Expand Down
25 changes: 0 additions & 25 deletions flake.lock

This file was deleted.

22 changes: 0 additions & 22 deletions flake.nix

This file was deleted.