allow to build on pop_os with nix flake

This commit is contained in:
Brandon Elam Barker 2024-05-25 12:45:10 -04:00 committed by Jeremy Soller
parent 4b753ff2aa
commit 4a993ce514
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View file

@ -8,3 +8,4 @@
/vendor/
/.direnv/
/.idea/
nohup.out

View file

@ -29,6 +29,10 @@
xorg.libX11
];
nativeBuildInputs = [
pkg-config
];
RUSTFLAGS = map (a: "-C link-arg=${a}") [
"-Wl,--push-state,--no-as-needed"
"-lEGL"