some attempt at conduwuit
This commit is contained in:
parent
c0ad5a00ba
commit
985825a9f9
3 changed files with 5321 additions and 4 deletions
|
@ -25,6 +25,7 @@
|
||||||
./ghost.nix
|
./ghost.nix
|
||||||
./conduit.nix
|
./conduit.nix
|
||||||
./immich.nix
|
./immich.nix
|
||||||
|
./conduwuit.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
sops.age.keyFile = "/root/.config/sops/age/keys.txt";
|
sops.age.keyFile = "/root/.config/sops/age/keys.txt";
|
||||||
|
|
5309
pkgs/Cargo.lock
generated
Normal file
5309
pkgs/Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -37,12 +37,19 @@ rustPlatform.buildRustPackage rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "girlbossceo";
|
owner = "girlbossceo";
|
||||||
repo = "conduwuit";
|
repo = "conduwuit";
|
||||||
rev = "58be22e69557f7045ad3fd433a438b33150ecd83";
|
rev = "7f645ff0e9111cc6e05e3abc1abad7d0b1f6a5a9";
|
||||||
hash = "sha256-pHMD8JRCHO0vRp7M5SPy2Ag6YbvHubwwRCjdskriN8I=";
|
hash = "sha256-GgpdkQzJH4uu396DurvaxqrvJe3F25wm2gMqT35z45A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
cargoLock = {
|
||||||
cargoHash = "sha256-T55avmRKq3j6G+WxlTCEqTzF5Lbh0qsk9WVxocVhtIM=";
|
lockFile = ./Cargo.lock;
|
||||||
|
allowBuiltinFetchGit = true;
|
||||||
|
# outputHashes = {
|
||||||
|
# "ruma-0.10.1" = lib.fakeHash;
|
||||||
|
# "rust-librocksdb-sys-0.31.0+9.9.3" = lib.fakeHash;
|
||||||
|
# "rustyline-async-0.4.3" = lib.fakeHash;
|
||||||
|
# };
|
||||||
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
Loading…
Add table
Reference in a new issue