Skip to content
Snippets Groups Projects
shell.nix 371 B
Newer Older
  nixpkgs = import (builtins.fetchTarball (builtins.fromJSON (builtins.readFile ./nixpkgs.json))) { };
  stable2105 = import (builtins.fetchTarball (builtins.fromJSON (builtins.readFile ./nixpkgs-2105.json))) { };
  NIX_PATH = "nixpkgs=${nixpkgs.path}";
    pkgs.morph
    stable2105.vagrant