From 5915a28ba03f89c470c673f3fceabca90134662d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Schwarz=C3=A4ugl?= Date: Tue, 31 Dec 2024 14:57:10 +0100 Subject: [PATCH] docs: include Overlays section --- .github/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/README.md b/.github/README.md index 7e44571..dc082a4 100644 --- a/.github/README.md +++ b/.github/README.md @@ -144,6 +144,10 @@ Alternatively, to install this from any NixOS live ISO, run `nix run --experimen - and [Wombat's book](https://mhwombat.codeberg.page/nix-book/) - or the [Zero to Nix series](https://zero-to-nix.com/) - Practical nix flakes article: https://serokell.io/blog/practical-nix-flakes + - A bit on Overlays: + - Overview on overlays: [Mastering Nixpkgs overlays article](https://nixcademy.com/posts/mastering-nixpkgs-overlays-techniques-and-best-practice/) + - Some examples on best practises: [Do's and Don'ts of overlays](https://flyingcircus.io/news/detailsansicht/nixos-the-dos-and-donts-of-nixpkgs-overlays) + - Blog article about overrides: https://bobvanderlinden.me/customizing-packages-in-nix/#using-modified-packages - Also useful is the [official NixOS Wiki](https://wiki.nixos.org/wiki/NixOS_Wiki) - there is also the [unofficial NixOS Wiki](https://nixos.wiki/) that tends to be a bit outdated, use with care - Some resources for specific nix tools: