From 7464b36afa04aae13a4e0eb05d279c032c73f60e Mon Sep 17 00:00:00 2001 From: Tony Zorman Date: Sat, 2 Dec 2023 16:04:16 +0100 Subject: [PATCH] NIX.md: Add flakes semi-walkthrough --- NIX.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NIX.md b/NIX.md index 425f3a04a4..efbdfbbe34 100644 --- a/NIX.md +++ b/NIX.md @@ -103,3 +103,4 @@ The `prefix` option is used if you wish to select your haskell packages from within, e.g., unstable overlaid into `pkgs` as `pkgs.unstable`. See the flakes themselves and nix flake documentation for full detail. +Additionally, a semi-walkthrough is available [here](https://tony-zorman.com/posts/xmonad-on-nixos.html).