package: default fileset to lib.fileset

The following command is now sufficient to build Lix from outside of the
flake:

nix-build -E 'let pkgs = import <nixpkgs> { }; in pkgs.callPackage
./package.nix { build-release-notes = false; nix-doc = pkgs.callPackage
./nix-doc/package.nix { }; }'

Change-Id: Ie6b14b446480ac07c7266d4fba20042b04cc35b9
This commit is contained in:
Qyriad 2024-04-06 18:12:35 -06:00
parent cad59ae345
commit c0d2e2a55b

View file

@ -21,7 +21,7 @@
curl,
doxygen,
editline,
fileset,
fileset ? lib.fileset,
flex,
git,
gtest,