update readme and remove unneeded deps

This commit is contained in:
Henry Hiles 2026-02-02 21:48:08 +01:00
commit 06a25b89e6
No known key found for this signature in database
4 changed files with 20 additions and 40 deletions

View file

@ -45,17 +45,11 @@
olm
git
clang
(flutter.override { extraPkgConfigPackages = [ pkgs.libsecret ]; })
(pkgs.writeShellScriptBin "rustup" (builtins.readFile ./nix/fake-rustup.sh))
flutter
];
env = {
LD_LIBRARY_PATH = "${
pkgs.lib.makeLibraryPath ([
pkgs.sqlite
])
}:./build/native_assets/linux";
LD_LIBRARY_PATH = "./build/native_assets/linux";
CPATH = lib.makeSearchPath "include" [ pkgs.glibc.dev ];
};
};