feat: started to create polycule package
This commit is contained in:
parent
6dfe3ac326
commit
c10c610034
6 changed files with 2646 additions and 0 deletions
|
@ -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 {};
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue