Skip to content

Commit

Permalink
Merge pull request #931 from carlthome/patch-1
Browse files Browse the repository at this point in the history
callpackage -> callPackage
  • Loading branch information
infinisil authored Mar 7, 2024
2 parents d8f55f7 + ea54d9d commit 6baa06b
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.mkShellNoCC`](https://nixos.org/manual/
# 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 6baa06b

Please sign in to comment.