mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
ags: indicate it's exclusive for Linux platforms
This commit is contained in:
parent
9fb3759616
commit
9504f06fb5
@ -51,5 +51,6 @@ buildNpmPackage rec {
|
|||||||
description = "A EWW-inspired widget system as a GJS library";
|
description = "A EWW-inspired widget system as a GJS library";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ foo-dogsquared ];
|
maintainers = with maintainers; [ foo-dogsquared ];
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user