feat: started to create panoramax config

This commit is contained in:
Leyla Becker 2025-09-14 21:42:34 -05:00
parent 22b9c5b3f9
commit 88dcba346f
3 changed files with 111 additions and 0 deletions

View file

@ -25,5 +25,8 @@
(final: prev: {
mapillary-uploader = pkgs.callPackage ./mapillary-uploader.nix {};
})
(final: prev: {
panoramax = pkgs.python3.pkgs.callPackage ./panoramax.nix {};
})
];
}