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

This commit is contained in:
Sandro
2025-09-30 18:29:49 +00:00
committed by GitHub
+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) (