Skip to content

Commit

Permalink
Merge pull request #1385 from msimberg/update-shell-nix
Browse files Browse the repository at this point in the history
Update `shell.nix` file
  • Loading branch information
msimberg authored Jan 7, 2025
2 parents 2ffc93f + 4828870 commit 4694a13
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,22 @@
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell.override { stdenv = pkgs.gcc13Stdenv; } {
pkgs.mkShell.override { stdenv = pkgs.gcc14Stdenv; } {
buildInputs = with pkgs; [
boost
ccache
cmake-format
cmakeCurses
doxygen
fmt
gperftools
hwloc
jemalloc
mimalloc
mpich
ninja
pkg-config
spdlog
doxygen
python311Packages.breathe
python311Packages.sphinx
python311Packages.sphinx-material
python311Packages.recommonmark
];

hardeningDisable = [ "fortify" ];
Expand Down

0 comments on commit 4694a13

Please sign in to comment.