We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db9593 commit 579e447Copy full SHA for 579e447
etc/shell.nix
@@ -5,7 +5,7 @@
5
buildAndroid ? false
6
}:
7
with import (builtins.fetchTarball {
8
- url = "https://github.com/NixOS/nixpkgs/archive/63d37ccd2d178d54e7fb691d7ec76000740ea24a.tar.gz";
+ url = "https://github.com/NixOS/nixpkgs/archive/d04953086551086b44b6f3c6b7eeb26294f207da.tar.gz";
9
}) {
10
overlays = [
11
(import (builtins.fetchTarball {
0 commit comments