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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run Nix CI suite
run: nix develop --command ci
- name: Check external links
uses: lycheeverse/lychee-action@v2.0.2
uses: lycheeverse/lychee-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
10 changes: 5 additions & 5 deletions flake.lock

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

1 change: 1 addition & 0 deletions lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ exclude = [
'https://gnu.org/software/bash',
'https://gcc.gnu.org',
'https://guix.gnu.org',
'https://wiki.nixos.org\.*'
]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/react": "^18.3.24",
"@types/react-dom": "^18.3.7",
"alpinejs": "^3.15.0",
"astro": "^5.13.8",
"astro": "^5.14.3",
"astro-expressive-code": "^0.38.3",
"astro-icon": "^1.1.5",
"astro-seo": "^0.8.4",
Expand Down
489 changes: 245 additions & 244 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/content/start/3.nix-develop.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ Probably not what you expected! What happened here? A few things:
[nix-develop]: https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-develop
[nix-direnv]: https://determinate.systems/posts/nix-direnv
[node.js]: https://nodejs.org
[npm]: https://npmjs.org
[npm]: https://npmjs.com
[openssl]: https://openssl.org
[opentofu]: https://opentofu.org
[output]: /concepts/flakes#outputs
Expand Down
2 changes: 1 addition & 1 deletion src/content/start/4.nix-build.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ We won't delve too much deeper into [derivations][derivation] and creating your
[nixpkgs]: /concepts/nixpkgs
[nixpkgs-bat]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/ba/bat/package.nix
[nixpkgs-repo]: https://github.com/NixOS/nixpkgs
[npm]: https://npmjs.org
[npm]: https://npmjs.com
[npx]: https://docs.npmjs.com/cli/v8/commands/npx
[outputs]: /concepts/flakes#outputs
[packages]: /concepts/packages
Expand Down