mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2026-01-17 03:57:55 +08:00
temp
This commit is contained in:
parent
3e3c56964b
commit
c49ca3a57e
2 changed files with 1 additions and 2 deletions
|
|
@ -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[]
|
||||
|
|
|
|||
|
|
@ -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 }:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue