Skip to content

Commit

Permalink
allow to build on pop_os with nix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
bbarker authored and jackpot51 committed May 30, 2024
1 parent 4b753ff commit 4a993ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
/vendor/
/.direnv/
/.idea/
nohup.out
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
xorg.libX11
];

nativeBuildInputs = [
pkg-config
];

RUSTFLAGS = map (a: "-C link-arg=${a}") [
"-Wl,--push-state,--no-as-needed"
"-lEGL"
Expand Down

0 comments on commit 4a993ce

Please sign in to comment.