forked from Henry-Hiles/nexus
update readme and remove unneeded deps
This commit is contained in:
parent
db2a169f34
commit
06a25b89e6
4 changed files with 20 additions and 40 deletions
10
flake.nix
10
flake.nix
|
|
@ -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 ];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue