mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-20 11:28:30 +08:00
* desktop simple nix ci * make workflow manual * fixup * fix nix shell * nix fmt * fix shell
6 lines
61 B
Nix
6 lines
61 B
Nix
{ pkgs, inputs, ... }:
|
|
|
|
{
|
|
lib = inputs.crane.mkLib pkgs;
|
|
}
|