Skip to content

Commit

Permalink
Create lib derivation using correct resources
Browse files Browse the repository at this point in the history
  • Loading branch information
fooker committed Nov 6, 2020
1 parent c048d63 commit 60900a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix-packaging/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ buildGoPackage rec {

postInstall = ''
mkdir -p $lib
cp -v $src/data/*.nix $lib
cp -v go/src/$goPackagePath/data/*.nix $lib
'';

outputs = [ "out" "lib" ];
Expand Down

0 comments on commit 60900a5

Please # to comment.