Skip to content

Commit

Permalink
use callPackage instead of import
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Jan 11, 2021
1 parent 0df3566 commit 16b31af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Expand Up @@ -2,6 +2,6 @@
}:
let
naersk = pkgs.callPackage sources.naersk { };
gitignore = import sources.gitignore { };
gitignore = pkgs.callPackage sources.gitignore { };
in naersk.buildPackage (gitignore.gitignoreSource ./.)

0 comments on commit 16b31af

Please sign in to comment.