mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-02-03 20:39:27 -05:00
5 lines
139 B
Nix
5 lines
139 B
Nix
(
|
|
import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
|
|
src = builtins.fetchGit ./.;
|
|
}
|
|
).shellNix
|