1
0
Fork 0
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:
Rene Schallner 2023-12-19 10:32:31 +01:00
parent a231371c3a
commit 082c81c4a8
2 changed files with 8 additions and 8 deletions

8
flake.lock generated
View file

@ -108,16 +108,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1692698134, "lastModified": 1702900294,
"narHash": "sha256-YtMmZWR/dlTypOcwiZfZTMPr3tj9fwr05QTStfSyDSg=", "narHash": "sha256-pt7sSoJYNw3n8YtXw0Z/Nnr6/PfY2YrjDvqboErXnRM=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "a16f7eb56e88c8985fcc6eb81dabd6cade4e425a", "rev": "886c9aee6ca9324e127f9c2c4e6f68c2641c8256",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "release-23.05", "ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

@ -2,7 +2,7 @@
description = "zap dev shell"; description = "zap dev shell";
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/release-23.05"; nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
flake-utils.url = "github:numtide/flake-utils"; flake-utils.url = "github:numtide/flake-utils";
# required for latest zig # required for latest zig
@ -46,9 +46,9 @@
zigpkgs."0.11.0" zigpkgs."0.11.0"
bat bat
wrk wrk
python39 python310
python39Packages.sanic python310Packages.sanic
python39Packages.matplotlib python310Packages.matplotlib
poetry poetry
poetry poetry
pkgs.rustc pkgs.rustc