Unverified Commit fbb6cb55 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

vagrant: fix broken gemdir that caused build failure (#447420)

parents 66e2676c 00ae18e6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ let
    owner = "hashicorp";
    repo = "vagrant";
    rev = "v${version}";
    hash = "sha256-xlL0YLY5yG9Q2L93Ag1pO/F8LOp+JdcgrvWyw+bZP/I=";
    hash = "sha256-8csEIkXI5LPf5aZUuKYKALgwtG/skXFvMBimbCerEPY=";
  };

  ruby = ruby_3_4;
@@ -32,6 +32,7 @@ let
    inherit version;

    inherit ruby;
    gemdir = src;
    gemfile = writeText "Gemfile" "";
    lockfile = writeText "Gemfile.lock" "";
    gemset = lib.recursiveUpdate (import ./gemset.nix) (