Skip to content

Commit

Permalink
flake.nix: gcc13 -> gcc14 (hyprwm#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman authored Dec 16, 2024
1 parent 8e77618 commit 3375378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
inputs.hyprwayland-scanner.overlays.default
(final: prev: {
aquamarine = final.callPackage ./nix/default.nix {
stdenv = final.gcc13Stdenv;
stdenv = final.gcc14Stdenv;
version = version + "+date=" + (mkDate (self.lastModifiedDate or "19700101")) + "_" + (self.shortRev or "dirty");
};
aquamarine-with-tests = final.aquamarine.override {doCheck = true;};
Expand Down

0 comments on commit 3375378

Please sign in to comment.