refactor: remove dead modules/lib/fs.nix file

This commit is contained in:
2024-10-01 03:55:29 +00:00
parent 61df81291b
commit 044bf8b783
2 changed files with 0 additions and 34 deletions

View File

@@ -3,7 +3,6 @@
let
sane-lib = rec {
feeds = import ./feeds.nix { inherit lib; };
fs = import ./fs.nix { inherit lib sane-lib; };
merge = import ./merge.nix { inherit lib sane-lib; };
path = import ./path.nix { inherit lib; };
types = import ./types.nix { inherit lib; };