Skip to content

Commit

Permalink
lib.fileset: init
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Jun 14, 2023
1 parent 6a5b2ff commit 14e18fe
Show file tree
Hide file tree
Showing 3 changed files with 842 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/doc-support/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ let
{ name = "options"; description = "NixOS / nixpkgs option handling"; }
{ name = "path"; description = "path functions"; }
{ name = "filesystem"; description = "filesystem functions"; }
{ name = "fileset"; description = "file set functions"; }
{ name = "sources"; description = "source filtering functions"; }
{ name = "cli"; description = "command-line serialization functions"; }
];
Expand Down
1 change: 1 addition & 0 deletions lib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ let
# Eval-time filesystem handling
path = callLibs ./path;
filesystem = callLibs ./filesystem.nix;
fileset = callLibs ./fileset.nix;
sources = callLibs ./sources.nix;

# back-compat aliases
Expand Down
Loading

0 comments on commit 14e18fe

Please sign in to comment.