Commit Graph

14 Commits

Author SHA1 Message Date
c2625afbff
chore: reformat codebase
Some checks failed
Check test suite / Check outputs (push) Has been cancelled
Deploy documentation site / Build website (push) Has been cancelled
Deploy documentation site / Deploy website (push) Has been cancelled
Update Nix dependencies / update-nix-deps (push) Has been cancelled
2025-01-12 17:58:39 +08:00
4916eee048 wrapper-manager-fds/lib: add more functions into top-level 2024-09-21 19:22:10 +08:00
90a9702169 wrapper-manager-fds/lib: init modules subset 2024-09-21 19:21:37 +08:00
fbb5955587 wrapper-manager-fds/lib: set modulesPath to module env
This makes it possible to have replacement modules in case the user
wanted to replace some things.
2024-09-07 22:05:51 +08:00
d4a8025d06 wrapper-manager-fds: reformat codebase 2024-07-31 21:51:40 +08:00
724ac43d83 wrapper-manager-fds/lib: add function for getting XDG-related directories 2024-07-21 17:41:05 +08:00
62cc18faf5 wrapper-manager-fds/lib: update module evaluation function
Now we set `pkgs` modularly allowing users to set their own nixpkgs
instance for whatever reason. Also, we removed `modulesPath` since it is
pointless and I would like to keep wrapper-manager-fds to be pretty
simple to maintain at its core.
2024-07-21 16:23:50 +08:00
e74c82fccf wrapper-manager-fds/lib: remove build-support subset
It isn't used much and the module environment has gone into a much more
than a single wrapper-per-module config.
2024-07-10 15:44:40 +08:00
3b261d85b0 wrapper-manager-fds/lib: make eval functions easier to import
This is to make wrapper-manager-fds easier to bootstrap whether used
with flakes or not.
2024-07-09 23:17:52 +08:00
393465ec47 wrapper-manager-fds/lib: add arg0 argument for mkWrappedPackage
Time to figure out if this is a good idea.
2024-07-03 23:19:22 +08:00
605f336349 wrapper-manager-fds/lib: add lib argument for evaluation 2024-07-02 13:26:40 +08:00
33746744c3 wrapper-manager-fds/lib: add option to make compiled wrappers
Also fix a bunch of things such as the correct filename for the Nix
store path and everything.
2024-07-01 22:30:57 +08:00
253e5f583c wrapper-manager-fds/lib: fix eval function 2024-07-01 22:29:03 +08:00
a994a0cbac wrapper-manager-fds: init
It's a prototype for now, yeah. It'll be improved.
2024-07-01 15:14:48 +08:00