Skip to content

Commit

Permalink
Fix: flake> output result files
Browse files Browse the repository at this point in the history
  • Loading branch information
Cj-bc committed Jan 25, 2024
1 parent 9cc0ac2 commit 0d167f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
src = ./.;
nativeBuildInputs = [pkgs.nkf pkgs.gawk self.packages.${system}.skk-jisyo-S];
makeFlags = [ "DST=midashi" "DICTIONARIES=${self.packages.${system}.skk-jisyo-S}/usr/share/skk/SKK-JISYO.S"];
installPhase = ''
mkdir -p $out
cp -r midashi $out
'';
};
default = self.packages.x86_64-linux.skkishoe-static-api;
};
Expand Down

0 comments on commit 0d167f3

Please sign in to comment.