mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-04 06:46:38 -04:00
refactor(nix): removed redundandt let in + formatting
This commit is contained in:
parent
5b0c2d834f
commit
1d79b10437
1 changed files with 48 additions and 50 deletions
|
|
@ -13,17 +13,15 @@
|
||||||
wayland-scanner,
|
wayland-scanner,
|
||||||
xcbutilwm,
|
xcbutilwm,
|
||||||
xwayland,
|
xwayland,
|
||||||
enableXWayland ? true,
|
|
||||||
meson,
|
meson,
|
||||||
ninja,
|
ninja,
|
||||||
scenefx,
|
scenefx,
|
||||||
wlroots_0_19,
|
wlroots_0_19,
|
||||||
libGL,
|
libGL,
|
||||||
}: let
|
enableXWayland ? true,
|
||||||
pname = "mango";
|
}:
|
||||||
in
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
inherit pname;
|
pname = "mango";
|
||||||
version = "nightly";
|
version = "nightly";
|
||||||
|
|
||||||
src = builtins.path {
|
src = builtins.path {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue