Skip to content

Commit

Permalink
Fix: flake> Specify build result location to be '$out'
Browse files Browse the repository at this point in the history
  • Loading branch information
Cj-bc committed Jan 18, 2024
1 parent c4598aa commit a18d292
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
hash = "sha256-IBu3nzUrXOcBi8TSkthNxHUAycKETMn+9rRiKAHfQzE=";
};
nativeBuildInputs = [pkgs.nkf pkgs.git self.packages.${system}.skk-dict];
buildPhase = ''
DST=$out make build
''
};
default = self.packages.x86_64-linux.skkishoe-static-api;
};
Expand Down

0 comments on commit a18d292

Please sign in to comment.