File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11let
22 moz_overlay = import ( builtins . fetchGit {
3- name = "nixpkgs-mozilla-2023-07-05" ;
4- url = "https://github.com/ckoparkar/nixpkgs-mozilla" ;
5- # Commit hash for nixos as of 2023-07-05
3+ name = "nixpkgs-mozilla-2023-11-13" ;
4+ url = "https://github.com/mozilla/nixpkgs-mozilla" ;
65 ref = "refs/heads/master" ;
7- rev = "26402a0a438220e418c31a2c93c15f319d19527a" ;
6+ # Most recent commit hash as of 2023-11-13
7+ rev = "6eabade97bc28d707a8b9d82ad13ef143836736e" ;
88 } ) ;
99 pkgs = import ( builtins . fetchGit {
1010 url = "https://github.com/nixos/nixpkgs/" ;
11- ref = "refs/tags/22.11 " ;
11+ ref = "refs/tags/23.05 " ;
1212 } ) { overlays = [ moz_overlay ] ; } ;
1313 stdenv = pkgs . overrideCC pkgs . stdenv pkgs . gcc7 ;
1414 ghc = pkgs . haskell . compiler . ghc94 ;
You can’t perform that action at this time.
0 commit comments