mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Moved package.nix to package-backend.nix to make room for frontend
package
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 {};};
|
||||
overlays.default = final: prev: {oott = final.callPackage ./nix/package-backend.nix {};};
|
||||
|
||||
# Package definition
|
||||
packages = forEachSystem (system: {
|
||||
|
||||
@@ -16,8 +16,6 @@ enum DeviceType {
|
||||
return Icons.tablet;
|
||||
case server:
|
||||
return Icons.storage;
|
||||
default:
|
||||
return Icons.device_unknown;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user