remove sata, use our fork

This commit is contained in:
2024-02-26 15:20:57 +02:00
parent 699821206e
commit a33c69dcaa
6 changed files with 82 additions and 588 deletions

View File

@@ -54,6 +54,11 @@
};
};
#linux-rockchip-collabora = {
# url = "git+https://git.jakstys.lt/motiejus/linux?ref=rk3588";
# flake = false;
#};
e11sync = {
url = "git+https://git.jakstys.lt/motiejus/e11sync";
inputs = {
@@ -125,6 +130,15 @@
specialArgs = {inherit myData;} // inputs;
};
op5p = nixpkgs.lib.nixosSystem {
system = "aarch64-linux";
modules = [
{nixpkgs.overlays = overlays;}
./hosts/op5p/configuration.nix
];
specialArgs = {inherit myData;} // inputs;
};
vno1-oh2 = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [