Skip to content

Commit a970e85

Browse files
committed
Update URL and commit hash for nixpkgs-mozilla
[skip ci]
1 parent 8908dbb commit a970e85

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

shell.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
let
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;

0 commit comments

Comments
 (0)