Rollback to single nix package for backend

This commit is contained in:
rzuasti
2026-02-12 12:55:20 -05:00
parent ef6d2b73f1
commit f7f7810dfd
3 changed files with 11 additions and 63 deletions
+1 -1
View File
@@ -55,7 +55,7 @@
});
# A Nixpkgs overlay that provides a 'oott' package.
overlays.default = final: prev: {oott = final.callPackage ./nix/package.nix {inherit pkgsBySystem;};};
overlays.default = final: prev: {oott = final.callPackage ./nix/package.nix {};};
# Package definition
packages = forEachSystem (system: {