waycorner: move to by-name overlay; format via nixfmt

This commit is contained in:
NotAShelf
2024-09-22 08:58:42 +03:00
parent 6c8c52c5e0
commit c4045a54b4
2 changed files with 7 additions and 9 deletions
@@ -1,10 +1,10 @@
{ lib
, makeWrapper
, rustPlatform
, pkg-config
, fetchFromGitHub
, wayland
,
{
lib,
makeWrapper,
rustPlatform,
pkg-config,
fetchFromGitHub,
wayland,
}:
rustPlatform.buildRustPackage rec {
pname = "waycorner";
-2
View File
@@ -30375,8 +30375,6 @@ with pkgs;
remontoire = callPackage ../applications/misc/remontoire { };
waycorner = callPackage ../applications/misc/waycorner { };
wayshot = callPackage ../tools/misc/wayshot { };
waylevel = callPackage ../tools/misc/waylevel { };