mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
Updated flake to nixpkgs/unstable
This commit is contained in:
parent
a231371c3a
commit
082c81c4a8
2 changed files with 8 additions and 8 deletions
8
flake.lock
generated
8
flake.lock
generated
|
@ -108,16 +108,16 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1692698134,
|
||||
"narHash": "sha256-YtMmZWR/dlTypOcwiZfZTMPr3tj9fwr05QTStfSyDSg=",
|
||||
"lastModified": 1702900294,
|
||||
"narHash": "sha256-pt7sSoJYNw3n8YtXw0Z/Nnr6/PfY2YrjDvqboErXnRM=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "a16f7eb56e88c8985fcc6eb81dabd6cade4e425a",
|
||||
"rev": "886c9aee6ca9324e127f9c2c4e6f68c2641c8256",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nixos",
|
||||
"ref": "release-23.05",
|
||||
"ref": "nixpkgs-unstable",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
description = "zap dev shell";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/release-23.05";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
|
||||
# required for latest zig
|
||||
|
@ -46,9 +46,9 @@
|
|||
zigpkgs."0.11.0"
|
||||
bat
|
||||
wrk
|
||||
python39
|
||||
python39Packages.sanic
|
||||
python39Packages.matplotlib
|
||||
python310
|
||||
python310Packages.sanic
|
||||
python310Packages.matplotlib
|
||||
poetry
|
||||
poetry
|
||||
pkgs.rustc
|
||||
|
|
Loading…
Add table
Reference in a new issue