Skip to content
Snippets Groups Projects
Commit ccba6c26 authored by Florian Sesser's avatar Florian Sesser
Browse files

Use old Morph and new Vagrant consistently

parent 28e524e4
No related branches found
No related tags found
No related merge requests found
......@@ -2,11 +2,13 @@ let
nixpkgs-pin = builtins.fromJSON (builtins.readFile ./nixpkgs.json);
nixpkgs-src = builtins.fetchTarball nixpkgs-pin;
nixpkgs = import nixpkgs-src { };
stable2105 = import (builtins.fetchTarball https://nixos.org/channels/nixos-21.05/nixexprs.tar.xz) { };
in
{ pkgs ? nixpkgs }:
pkgs.mkShell {
NIX_PATH = "nixpkgs=${nixpkgs.path}";
buildInputs = [
pkgs.morph
stable2105.vagrant
];
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment