mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
prepare nix flake for zig 0.12.0
This commit is contained in:
parent
540c2043fb
commit
4c7e4f4f02
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@
|
|||
devShells.default = pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
# neovim-nightly-pkgs.neovim
|
||||
zigpkgs."0.11.0"
|
||||
zigpkgs."0.12.0"
|
||||
bat
|
||||
wrk
|
||||
python310
|
||||
|
@ -89,7 +89,7 @@
|
|||
|
||||
devShells.build = pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
zigpkgs."0.11.0"
|
||||
zigpkgs."0.12.0"
|
||||
pkgs.openssl
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue