Skip to content

Commit 56f5844

Browse files
committed
chore: Update nixpkgs to 22.11 and add python3 to devshell
1 parent 0798437 commit 56f5844

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

default.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
let
22
nixpkgs = fetchTarball {
33
name = "nixpkgs";
4-
url = "https://github.com/NixOS/nixpkgs/archive/refs/tags/21.05.tar.gz";
5-
sha256 = "1ckzhh24mgz6jd1xhfgx0i9mijk6xjqxwsshnvq789xsavrmsc36";
4+
url = "https://github.com/NixOS/nixpkgs/archive/refs/tags/22.11.tar.gz";
5+
sha256 = "11w3wn2yjhaa5pv20gbfbirvjq6i3m7pqrq2msf0g7cv44vijwgw";
66
};
77
pkgs = import nixpkgs { };
88
in
@@ -13,6 +13,7 @@ pkgs.mkShell {
1313
gcc
1414
clang
1515
libiconv
16+
python3
1617
];
1718
shellHook = ''
1819
PATH=./node_modules/.bin:$PATH

0 commit comments

Comments
 (0)