From e9565b08788c7caa00f6493c6f9ee17df2f84ce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Mon, 13 Oct 2025 19:57:02 +0100 Subject: [PATCH] better flake style --- index.html | 547 +- source/hello-flake-return/main.adoc | 3 + source/new-flake/bash-flake/flake-2.nix | 42 +- source/new-flake/bash-flake/flake-3.nix | 84 +- source/new-flake/bash-flake/flake-4.nix | 11 +- source/new-flake/bash-flake/flake.nix | 11 +- source/new-flake/bash-flake/main.adoc0 | 176 +- source/nixpkgs/main.adoc | 5 +- wombats-book-of-nix.pdf | 68443 ++++++++++++---------- 9 files changed, 38769 insertions(+), 30553 deletions(-) diff --git a/index.html b/index.html index 73e1d03..ada5dea 100644 --- a/index.html +++ b/index.html @@ -208,7 +208,7 @@ pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
  • 3.1. lib.genAttrs
  • 3.2. lib.getExe and lib.getExe'
  • 3.3. lib.systems.flakeExposed
  • -
  • 3.4. pkgs.mkShell
  • +
  • 3.4. pkgs.mkShell and pkgs.mkShellNoCC
  • 3.5. stdenv.mkDerivation
  • @@ -225,14 +225,21 @@ pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
  • 7. A generic flake
  • -
  • 8. Another look at hello-flake
  • +
  • 8. Another look at hello-flake + +
  • 9. A new flake from scratch