feat: started to create polycule package

This commit is contained in:
Leyla Becker 2025-10-02 12:49:29 -05:00
parent 6dfe3ac326
commit c10c610034
6 changed files with 2646 additions and 0 deletions

View file

@ -38,5 +38,8 @@
# Override h3 C library to version 4.3.0
h3 = pkgs.callPackage ./h3-c-lib.nix {};
})
(final: prev: {
polycule = pkgs.callPackage ./polycule {};
})
];
}