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