mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-01 10:41:03 +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;
|
||||
};
|
||||
in {
|
||||
ironbar = features: rustPlatform.buildRustPackage {
|
||||
ironbar = features:
|
||||
rustPlatform.buildRustPackage {
|
||||
pname = "ironbar";
|
||||
version = self.rev or "dirty";
|
||||
src = builtins.path {
|
||||
|
@ -64,7 +65,7 @@
|
|||
buildInputs = with prev; [gtk3 gdk-pixbuf gtk-layer-shell libxkbcommon openssl];
|
||||
};
|
||||
};
|
||||
packageBuilder = genSystems(system: self.packages.${system}.ironbar);
|
||||
packageBuilder = genSystems (system: self.packages.${system}.ironbar);
|
||||
packages = genSystems (
|
||||
system: let
|
||||
pkgs = pkgsFor system;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue