flake
This commit is contained in:
parent
5c1fd21a84
commit
a16e0801ea
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
description = "Zig project flake";
|
description = "Statusbar written in Zig";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
zig2nix.url = "github:Cloudef/zig2nix";
|
zig2nix.url = "github:Cloudef/zig2nix";
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
# The package won't be usable inside nix.
|
# The package won't be usable inside nix.
|
||||||
zigDisableWrap = true;
|
zigDisableWrap = true;
|
||||||
} // optionalAttrs (!pathExists ./build.zig.zon) {
|
} // optionalAttrs (!pathExists ./build.zig.zon) {
|
||||||
pname = "my-zig-project";
|
pname = "statusbar";
|
||||||
version = "0.0.0";
|
version = "0.0.0";
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue