feat: removed polycule application

This commit is contained in:
Leyla Becker 2025-11-05 18:37:26 -06:00
parent f5b026bb15
commit 1b4d059633
6 changed files with 0 additions and 2645 deletions

View file

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