mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-01 18:51:04 +02:00
style(nix): fmt flake.nix
This commit is contained in:
parent
9984b638b5
commit
b2749fee92
1 changed files with 24 additions and 23 deletions
|
@ -49,7 +49,8 @@
|
||||||
rustc = rust;
|
rustc = rust;
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
ironbar = features: rustPlatform.buildRustPackage {
|
ironbar = features:
|
||||||
|
rustPlatform.buildRustPackage {
|
||||||
pname = "ironbar";
|
pname = "ironbar";
|
||||||
version = self.rev or "dirty";
|
version = self.rev or "dirty";
|
||||||
src = builtins.path {
|
src = builtins.path {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue