Unverified Commit c4045a54 authored by NotAShelf's avatar NotAShelf
Browse files

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

parent 6c8c52c5
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
{ lib
, makeWrapper
, rustPlatform
, pkg-config
, fetchFromGitHub
, wayland
,
{
  lib,
  makeWrapper,
  rustPlatform,
  pkg-config,
  fetchFromGitHub,
  wayland,
}:
rustPlatform.buildRustPackage rec {
  pname = "waycorner";
+0 −2
Original line number Diff line number Diff line
@@ -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 { };