Skip to content

Commit

Permalink
82: merge zig asset build + lil changes in the client flake
Browse files Browse the repository at this point in the history
  • Loading branch information
schonfinkel committed Dec 14, 2024
1 parent 30f67bf commit 69b7ca9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@

nativeBuildInputs = [
zigLatest.hook
#pkgs.makeWrapper
];

buildInputs =
Expand All @@ -234,8 +233,9 @@
'';

postInstall =
pkgs.lib.strings.intersperse "\n" (
pkgs.lib.optionals pkgs.stdenv.isLinux [
with pkgs;
lib.strings.intersperse "\n" (
lib.optionals stdenv.isLinux [
''
patchelf --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" --set-rpath ${linuxLibs} $out/bin/${zig_app}
''
Expand Down

0 comments on commit 69b7ca9

Please sign in to comment.