Skip to content

Commit

Permalink
update flake
Browse files Browse the repository at this point in the history
  • Loading branch information
foolnotion committed Nov 16, 2023
1 parent 7a8cef1 commit 80793f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
overlays = [ foolnotion.overlay ];
};

stdenv_ = pkgs.stdenvAdapters.useMoldLinker pkgs.llvmPackages_16.stdenv;
stdenv_ = pkgs.llvmPackages_16.stdenv;

operon = stdenv_.mkDerivation {
name = "operon";
Expand Down Expand Up @@ -119,7 +119,6 @@
seer
valgrind
hotspot
(mold.override { stdenv = stdenv_; })
]);

shellHook = ''
Expand Down

0 comments on commit 80793f9

Please sign in to comment.