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.