mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix(nix): simplify file inputs
This commit is contained in:
parent
8300ddb9ca
commit
a930638109
1 changed files with 1 additions and 11 deletions
|
|
@ -18,19 +18,9 @@ let
|
||||||
fileset = lib.fileset.intersection (lib.fileset.fromSource (lib.sources.cleanSource ../.)) (
|
fileset = lib.fileset.intersection (lib.fileset.fromSource (lib.sources.cleanSource ../.)) (
|
||||||
lib.fileset.unions [
|
lib.fileset.unions [
|
||||||
../assets
|
../assets
|
||||||
../yazi-adapter
|
|
||||||
../yazi-boot
|
|
||||||
../yazi-cli
|
|
||||||
../yazi-config
|
|
||||||
../yazi-core
|
|
||||||
../yazi-dds
|
|
||||||
../yazi-fm
|
|
||||||
../yazi-plugin
|
|
||||||
../yazi-proxy
|
|
||||||
../yazi-scheduler
|
|
||||||
../yazi-shared
|
|
||||||
../Cargo.toml
|
../Cargo.toml
|
||||||
../Cargo.lock
|
../Cargo.lock
|
||||||
|
(lib.fileset.fileFilter (file: file.hasExt "rs" || file.hasExt "toml") ../.)
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue