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 4968e9364b
commit 393b0a240e

View file

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