Skip to content

Commit 7216268

Browse files
committed
chore: fix warning in shell.nix file
1 parent 6ea055e commit 7216268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
with import (fetchTarball https://github.com/NixOS/nixpkgs/archive/22.05.tar.gz) { };
1+
with import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/22.11.tar.gz") { };
22

33
stdenv.mkDerivation {
44
name = "react-editext";

0 commit comments

Comments
 (0)