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 0798437 commit 56f5844Copy full SHA for 56f5844
default.nix
@@ -1,8 +1,8 @@
1
let
2
nixpkgs = fetchTarball {
3
name = "nixpkgs";
4
- url = "https://github.com/NixOS/nixpkgs/archive/refs/tags/21.05.tar.gz";
5
- sha256 = "1ckzhh24mgz6jd1xhfgx0i9mijk6xjqxwsshnvq789xsavrmsc36";
+ url = "https://github.com/NixOS/nixpkgs/archive/refs/tags/22.11.tar.gz";
+ sha256 = "11w3wn2yjhaa5pv20gbfbirvjq6i3m7pqrq2msf0g7cv44vijwgw";
6
};
7
pkgs = import nixpkgs { };
8
in
@@ -13,6 +13,7 @@ pkgs.mkShell {
13
gcc
14
clang
15
libiconv
16
+ python3
17
];
18
shellHook = ''
19
PATH=./node_modules/.bin:$PATH
0 commit comments