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 6ea055e commit 7216268Copy full SHA for 7216268
shell.nix
@@ -1,4 +1,4 @@
1
-with import (fetchTarball https://github.com/NixOS/nixpkgs/archive/22.05.tar.gz) { };
+with import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/22.11.tar.gz") { };
2
3
stdenv.mkDerivation {
4
name = "react-editext";
0 commit comments