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

authored by

Sandro and committed by
GitHub
fbb6cb55 66e2676c

+2 -1
+2 -1
pkgs/by-name/va/vagrant/package.nix
··· 21 owner = "hashicorp"; 22 repo = "vagrant"; 23 rev = "v${version}"; 24 - hash = "sha256-xlL0YLY5yG9Q2L93Ag1pO/F8LOp+JdcgrvWyw+bZP/I="; 25 }; 26 27 ruby = ruby_3_4; ··· 32 inherit version; 33 34 inherit ruby; 35 gemfile = writeText "Gemfile" ""; 36 lockfile = writeText "Gemfile.lock" ""; 37 gemset = lib.recursiveUpdate (import ./gemset.nix) (
··· 21 owner = "hashicorp"; 22 repo = "vagrant"; 23 rev = "v${version}"; 24 + hash = "sha256-8csEIkXI5LPf5aZUuKYKALgwtG/skXFvMBimbCerEPY="; 25 }; 26 27 ruby = ruby_3_4; ··· 32 inherit version; 33 34 inherit ruby; 35 + gemdir = src; 36 gemfile = writeText "Gemfile" ""; 37 lockfile = writeText "Gemfile.lock" ""; 38 gemset = lib.recursiveUpdate (import ./gemset.nix) (