Skip to content

Commit

Permalink
waycorner: move to by-name overlay; format via nixfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf committed Sep 22, 2024
1 parent 6c8c52c commit c4045a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{ lib
, makeWrapper
, rustPlatform
, pkg-config
, fetchFromGitHub
, wayland
,
{
lib,
makeWrapper,
rustPlatform,
pkg-config,
fetchFromGitHub,
wayland,
}:
rustPlatform.buildRustPackage rec {
pname = "waycorner";
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };
Expand Down

0 comments on commit c4045a5

Please sign in to comment.