mirror of
https://github.com/hyprspace/hyprspace.git
synced 2026-09-12 19:51:07 +05:00
8 lines
145 B
Nix
8 lines
145 B
Nix
{ runCommand, generateSchemasProgram }:
|
|
|
|
runCommand "hyprspace-vendoring" { } ''
|
|
mkdir -p $out/schema
|
|
cd $out
|
|
${generateSchemasProgram}
|
|
''
|