This commit is contained in:
Jeeves 2024-03-15 21:24:37 -06:00
parent 5c1fd21a84
commit a16e0801ea

View file

@ -1,5 +1,5 @@
{
description = "Zig project flake";
description = "Statusbar written in Zig";
inputs = {
zig2nix.url = "github:Cloudef/zig2nix";
@ -29,7 +29,7 @@
# The package won't be usable inside nix.
zigDisableWrap = true;
} // optionalAttrs (!pathExists ./build.zig.zon) {
pname = "my-zig-project";
pname = "statusbar";
version = "0.0.0";
}));