From c49ca3a57e19ca5a75060889a34e71c4e8e51314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Thu, 4 Sep 2025 20:27:44 +0100 Subject: [PATCH] temp --- source/recipes/devshell/haskell-pkg/main.adoc0 | 2 +- source/recipes/devshell/haskell-pkg/tempwork/flake.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/source/recipes/devshell/haskell-pkg/main.adoc0 b/source/recipes/devshell/haskell-pkg/main.adoc0 index 523920a..47c50c5 100644 --- a/source/recipes/devshell/haskell-pkg/main.adoc0 +++ b/source/recipes/devshell/haskell-pkg/main.adoc0 @@ -15,7 +15,7 @@ but you don't want to bother writing a cabal file. Example: Access the `containers` package from the `haskellPackages` set in the nixpkgs repo. -[source,nix,linenums] +[source,nix,linenums,highlight='9,14'] .flake.nix .... include::flake.nix[] diff --git a/source/recipes/devshell/haskell-pkg/tempwork/flake.nix b/source/recipes/devshell/haskell-pkg/tempwork/flake.nix index 296e50c..f966aba 100644 --- a/source/recipes/devshell/haskell-pkg/tempwork/flake.nix +++ b/source/recipes/devshell/haskell-pkg/tempwork/flake.nix @@ -2,7 +2,6 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs"; flake-utils.url = "github:numtide/flake-utils"; - hello-flake.url = "git+https://codeberg.org/mhwombat/hello-flake"; }; outputs = { self, nixpkgs, flake-utils, hello-flake }: