From 595d08319ea4c0060c8f44d0ace54f1426f68498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Sat, 13 Sep 2025 20:41:15 +0100 Subject: [PATCH] temp --- index.html | 49 ++++++++++++++++--- .../recipes/devshell/haskell-flake/main.adoc0 | 16 ++++++ 2 files changed, 59 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 8bf306a..97c0977 100644 --- a/index.html +++ b/index.html @@ -274,7 +274,7 @@ pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
  • 10.4.1. Access a top level package from the Nixpkgs/NixOS repo
  • 10.4.2. Access a flake
  • 10.4.3. Access a Haskell library package in the nixpkgs repo (without a .cabal file)
  • -
  • 10.4.4. Access to a Haskell package on your local computer
  • +
  • 10.4.4. Access to a Haskell package defined in a flake
  • 10.4.5. Set an environment variable
  • 10.4.6. Access a non-flake package (not in nixpkgs)