flake reorg

This commit is contained in:
Robin Appelman 2024-01-06 23:35:55 +01:00
commit bc6b1b1c8f
4 changed files with 177 additions and 125 deletions

3
overlay.nix Normal file
View file

@ -0,0 +1,3 @@
final: prev: {
palantir = final.callPackage ./package.nix {};
}