Skip to content

Commit

Permalink
Remove boost options from flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
x-mass committed Jun 20, 2024
1 parent 7289dfe commit bb57c9d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,8 @@
ninja
clang
gcc
(boost183.override {
enableShared = true;
enableStatic = true;
enableRelease = true;
enableDebug = true;
})
boost183
crypto3.packages.${system}.default
];

shellHook = ''
Expand Down

0 comments on commit bb57c9d

Please sign in to comment.