Skip to content
Snippets Groups Projects
shell.nix 359 B
Newer Older
  • Learn to ignore specific revisions
  •   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