Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Silvan Mosberger <[email protected]>
  • Loading branch information
fricklerhandwerk and infinisil authored Nov 13, 2023
1 parent 390e3c0 commit 6a5b279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/guides/recipes/sharing-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Use the `inputsFrom` attribute to `pkgs.mkShell`:
# default.nix
let
pkgs = import <nixpkgs> {};
build = pkgs.callpackage ./build.nix {};
build = pkgs.callPackage ./build.nix {};
in
{
inherit build;
Expand Down

0 comments on commit 6a5b279

Please sign in to comment.