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
3 merge requests!101Merge staging into production,!100Merge develop into staging,!87Add monitoring VPN modules and config
......@@ -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.
Finish editing this message first!
Please register or to comment