Skip to content

Commit

Permalink
Merge pull request #76 from tmayoff/update_flake_lock_action
Browse files Browse the repository at this point in the history
  • Loading branch information
tmayoff authored Dec 30, 2024
2 parents bd97652 + 5e344f7 commit 50e8c11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
inherit system overlays;
};

boost = pkgs.boost185;

flecs = pkgs.stdenv.mkDerivation {
name = "flecs";
src = pkgs.fetchFromGitHub {
Expand Down Expand Up @@ -129,8 +127,8 @@
++ rawBuildInputs;

SPIRV_INCLUDEDIR = "${pkgs.lib.getDev pkgs.spirv-headers}";
BOOST_INCLUDEDIR = "${pkgs.lib.getDev boost}/include";
BOOST_LIBRARYDIR = "${pkgs.lib.getLib boost}/lib";
BOOST_INCLUDEDIR = "${pkgs.lib.getDev pkgs.boost}/include";
BOOST_LIBRARYDIR = "${pkgs.lib.getLib pkgs.boost}/lib";

shellHook = ''
export VK_ICD_FILENAMES=$(nixVulkanIntel printenv VK_ICD_FILENAMES)
Expand Down

0 comments on commit 50e8c11

Please sign in to comment.