Commit b9176e15 authored by Robert Hensing's avatar Robert Hensing Committed by github-actions[bot]
Browse files

ci/nix: 2.24 -> 2.28

(cherry picked from commit 529143f3)
parent ce3af784
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ let
      );
    };

  nix = nixVersions.nix_2_24;
  nix = nixVersions.latest;

  supportedSystems = builtins.fromJSON (builtins.readFile ../supportedSystems.json);