Commit 529143f3 authored by Robert Hensing's avatar Robert Hensing
Browse files

ci/nix: 2.24 -> 2.28

parent cbfb929e
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);