mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Rollback to single nix package for backend
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user