mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore: nf-fmt-nix
This commit is contained in:
parent
c2726dd41b
commit
ffde3c1c27
14 changed files with 170 additions and 131 deletions
|
|
@ -6,7 +6,8 @@
|
|||
# https://github.com/minecraft-linux/server-modloader/tree/master?tab=readme-ov-file#getting-mods-to-work-on-newer-versions-116
|
||||
inherit (lib.meta) getExe;
|
||||
python = python3.withPackages (p: [p.lief]);
|
||||
static_symbols = if lib.versionAtLeast python3.pkgs.lief.version "0.15.0"
|
||||
static_symbols =
|
||||
if lib.versionAtLeast python3.pkgs.lief.version "0.15.0"
|
||||
then "symtab_symbols"
|
||||
else "static_symbols";
|
||||
script = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue