chore: format and add meta module

This commit is contained in:
technofab 2025-09-15 11:28:58 +02:00
parent 223000e43c
commit 5fee6ef12a
Signed by: technofab
SSH key fingerprint: SHA256:bV4h88OqS/AxjbPn66uUdvK9JsgIW4tv3vwJQ8tpMqQ
7 changed files with 238 additions and 8 deletions

View file

@ -30,7 +30,7 @@ in
(derivation {
inherit name;
system = stdenv.hostPlatform.system;
inherit (stdenv.hostPlatform) system;
# `nix develop` actually checks and uses builder. And it must be bash.
builder = bashPath;