This commit is contained in:
Amy de Buitléir 2025-09-04 20:27:44 +01:00
parent 3e3c56964b
commit c49ca3a57e
2 changed files with 1 additions and 2 deletions

View file

@ -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[]

View file

@ -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 }: