vagrant: fix broken gemdir that caused build failure

This commit is contained in:
Iljo
2025-09-30 18:39:31 +02:00
committed by Sandro Jäckel
parent 2ab9850a46
commit 00ae18e6ad
+2 -1
View File
@@ -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) (