mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
patched nix flake to use master instead of 0.14.0 for now
This commit is contained in:
parent
14a1760dec
commit
3b06a336ef
1 changed files with 4 additions and 2 deletions
|
@ -38,7 +38,8 @@
|
|||
in rec {
|
||||
devShells.default = pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
zigpkgs."0.14.0"
|
||||
# TODO: re-enable this once it is fixed: zigpkgs."0.14.0"
|
||||
zigpkgs.master
|
||||
bat
|
||||
wrk
|
||||
python3
|
||||
|
@ -84,7 +85,8 @@
|
|||
|
||||
devShells.build = pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
zigpkgs."0.14.0"
|
||||
# zigpkgs."0.14.0"
|
||||
zigpkgs.master
|
||||
pkgs.openssl
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue