chore(exprs): remove hydro overlay

This commit is contained in:
uku 2024-12-04 20:33:32 +01:00
parent 1f24ba2e74
commit be4a4a2d19
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
3 changed files with 0 additions and 29 deletions

View file

@ -28,11 +28,4 @@ inputs: final: prev: {
cp -r ${ventex} src/plugins/ventex cp -r ${ventex} src/plugins/ventex
''; '';
}); });
fishPlugins = prev.fishPlugins.overrideScope (sfinal: sprev: {
hydro = sprev.hydro.overrideAttrs (old: {
version = "0-unstable-${inputs.hydro.lastModifiedDate}";
src = inputs.hydro;
});
});
} }

17
flake.lock generated
View file

@ -202,22 +202,6 @@
"type": "github" "type": "github"
} }
}, },
"hydro": {
"flake": false,
"locked": {
"lastModified": 1733306048,
"narHash": "sha256-KXch0JvfAfZfBgA8oXnYs6mRN417WvDoJN9EOZNZn10=",
"owner": "jorgebucaran",
"repo": "hydro",
"rev": "7d0b895f8c82ee9b3710a038e0ac558d99941a72",
"type": "github"
},
"original": {
"owner": "jorgebucaran",
"repo": "hydro",
"type": "github"
}
},
"lanzaboote": { "lanzaboote": {
"inputs": { "inputs": {
"crane": [ "crane": [
@ -339,7 +323,6 @@
"flake-utils": "flake-utils", "flake-utils": "flake-utils",
"ghostty": "ghostty", "ghostty": "ghostty",
"home-manager": "home-manager", "home-manager": "home-manager",
"hydro": "hydro",
"lanzaboote": "lanzaboote", "lanzaboote": "lanzaboote",
"mystia": "mystia", "mystia": "mystia",
"nixinate": "nixinate", "nixinate": "nixinate",

View file

@ -132,10 +132,5 @@
url = "github:Vendicated/Vencord"; url = "github:Vendicated/Vencord";
flake = false; flake = false;
}; };
hydro = {
url = "github:jorgebucaran/hydro";
flake = false;
};
}; };
} }