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=${pkgs.path}";
    stable2105.vagrant