Skip to content
Snippets Groups Projects
Commit 3e86bc0a authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

unify on 2105 now that that's the only one we're using

parent 2a159d87
No related branches found
No related tags found
No related merge requests found
let
# ourpkgs = import ./nixpkgs-ps.nix { };
release2105 = import ./nixpkgs-2105.nix { };
in
{ pkgs ? release2105 }:
......@@ -7,7 +6,7 @@ pkgs.mkShell {
NIX_PATH = "nixpkgs=${pkgs.path}";
buildInputs = [
pkgs.morph
release2105.vagrant
pkgs.vagrant
pkgs.jp
];
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment