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
3 merge requests!140Merge staging into production,!122Merge develop into staging,!121Upgrade all hosts to release2105 NixOS
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.
Finish editing this message first!
Please register or to comment