Skip to content

Commit

Permalink
sharing-dependencies: callpackage -> callPackage
Browse files Browse the repository at this point in the history
  • Loading branch information
carlthome authored and infinisil committed Mar 6, 2024
1 parent 54ddcc8 commit 4deb166
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 4deb166

Please sign in to comment.