Select Git revision
CONTRIBUTING
-
Jean-Paul Calderone authoredJean-Paul Calderone authored
After you've reviewed these contribution guidelines, you'll be all set to
contribute to this project.
shell.nix 371 B
let
nixpkgs = import (builtins.fetchTarball (builtins.fromJSON (builtins.readFile ./nixpkgs.json))) { };
stable2105 = import (builtins.fetchTarball (builtins.fromJSON (builtins.readFile ./nixpkgs-2105.json))) { };
in
{ pkgs ? nixpkgs }:
pkgs.mkShell {
NIX_PATH = "nixpkgs=${nixpkgs.path}";
buildInputs = [
pkgs.morph
stable2105.vagrant
pkgs.jp
];
}