Skip to content

Commit 6887e8b

Browse files
committed
chore(nix): upgrade nix channel to 22.11
1 parent 16015ee commit 6887e8b

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 = "--libraryname--";

0 commit comments

Comments
 (0)