From 5b78af3c9db8b851dfac2d33ba4d8b420f556bba Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Wed, 1 Jan 2025 03:53:51 -0800 Subject: [PATCH] fix: correct wikilinks again --- content/Hacks/nixos-cheat-sheet.md | 3 +-- content/Hacks/nixos-ci.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/content/Hacks/nixos-cheat-sheet.md b/content/Hacks/nixos-cheat-sheet.md index 8f8038a..784d605 100644 --- a/content/Hacks/nixos-cheat-sheet.md +++ b/content/Hacks/nixos-cheat-sheet.md @@ -156,8 +156,7 @@ much easier since you can trivially generate JSON files using shell commands (especially in Nushell). The above process can be ran in CI to have fully automatic updating -derivations. See [[continuous-integration-in-nix-projects]] for writing on Nix -in CI. +derivations. See [[nixos-ci]] for writing on Nix in CI. ## nixpkgs and the nixpkgs lib diff --git a/content/Hacks/nixos-ci.md b/content/Hacks/nixos-ci.md index f185c12..dd3d2ff 100644 --- a/content/Hacks/nixos-ci.md +++ b/content/Hacks/nixos-ci.md @@ -2,10 +2,9 @@ id: nixos-ci aliases: [] 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 integration in the Nix ecosystem.