fix: correct wikilinks again
Some checks are pending
Deploy Quartz site to GitHub Pages using Nix / build (push) Waiting to run
Deploy Quartz site to GitHub Pages using Nix / deploy (push) Blocked by required conditions

This commit is contained in:
Youwen Wu 2025-01-01 03:53:51 -08:00
parent 9797511867
commit 5b78af3c9d
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 2 additions and 4 deletions

View file

@ -156,8 +156,7 @@ much easier since you can trivially generate JSON files using shell commands
(especially in Nushell). (especially in Nushell).
The above process can be ran in CI to have fully automatic updating The above process can be ran in CI to have fully automatic updating
derivations. See [[continuous-integration-in-nix-projects]] for writing on Nix derivations. See [[nixos-ci]] for writing on Nix in CI.
in CI.
## nixpkgs and the nixpkgs lib ## nixpkgs and the nixpkgs lib

View file

@ -2,10 +2,9 @@
id: nixos-ci id: nixos-ci
aliases: [] aliases: []
tags: [] tags: []
title: Continuous integration in Nix projects
--- ---
# Continuous integration in Nix projects
This is where I'm keeping all of my research and notes on continuous This is where I'm keeping all of my research and notes on continuous
integration in the Nix ecosystem. integration in the Nix ecosystem.