Skip to content
Snippets Groups Projects
shell.nix 301 B
Newer Older
  • Learn to ignore specific revisions
  •   nixpkgs = import (builtins.fetchTarball (builtins.fromJSON (builtins.readFile ./nixpkgs.json))) { };
    
      stable2105 = import ./stable2105.nix { };
    
      NIX_PATH = "nixpkgs=${pkgs.path}";
    
        stable2105.vagrant