1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-02 03:01:04 +02:00

fix(nix): Fix nix run support

This commit is contained in:
yavko 2023-04-21 21:43:55 -07:00
parent 6fd69d657c
commit 7926bb07eb
No known key found for this signature in database
GPG key ID: F07D19A32407F857
2 changed files with 13 additions and 1 deletions

View file

@ -31,6 +31,6 @@ rustPlatform.buildRustPackage {
description = "Customisable gtk-layer-shell wlroots/sway bar written in rust.";
license = licenses.mit;
platforms = platforms.linux;
mainProgram = "Hyprland";
mainProgram = "ironbar";
};
}