chore: Update nixpkgs to 22.11 and add python3 to devshell

text_sliders
ghostbuster91 2023-05-18 22:21:48 +07:00
parent 079843738a
commit 56f5844d6c
No known key found for this signature in database
1 changed files with 3 additions and 2 deletions

@ -1,8 +1,8 @@
let
nixpkgs = fetchTarball {
name = "nixpkgs";
url = "https://github.com/NixOS/nixpkgs/archive/refs/tags/21.05.tar.gz";
sha256 = "1ckzhh24mgz6jd1xhfgx0i9mijk6xjqxwsshnvq789xsavrmsc36";
url = "https://github.com/NixOS/nixpkgs/archive/refs/tags/22.11.tar.gz";
sha256 = "11w3wn2yjhaa5pv20gbfbirvjq6i3m7pqrq2msf0g7cv44vijwgw";
};
pkgs = import nixpkgs { };
in
@ -13,6 +13,7 @@ pkgs.mkShell {
gcc
clang
libiconv
python3
];
shellHook = ''
PATH=./node_modules/.bin:$PATH