add build script for local dev

This commit is contained in:
Kabbone 2025-10-11 07:55:16 +02:00
parent 0e48154dec
commit f3063e36d9
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

2
packages/build.sh Normal file
View File

@ -0,0 +1,2 @@
➜ nix-build -j16 -E 'with import <nixpkgs> {}; callPackage ./corosync-qdevice.nix {}'