f8fabb45f4
wrapper-manager-fds/lib: add more functions into top-level
2024-09-21 19:22:10 +08:00
f7f2d3175f
wrapper-manager-fds/lib: init modules subset
2024-09-21 19:21:37 +08:00
e6d2cb4e9d
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
a6fb0c4b53
wrapper-manager-fds: reformat codebase
2024-07-31 21:51:40 +08:00
6a590fb47d
wrapper-manager-fds/lib: add function for getting XDG-related directories
2024-07-21 17:41:05 +08:00
a21607f907
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
da6c75a510
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
025b4f043a
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
709c2a6dfb
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
6f16631346
wrapper-manager-fds/lib: add lib argument for evaluation
2024-07-02 13:26:40 +08:00
52d8603c12
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
e73ef58782
wrapper-manager-fds/lib: fix eval function
2024-07-01 22:29:03 +08:00
7cc57ce319
wrapper-manager-fds: init
...
It's a prototype for now, yeah. It'll be improved.
2024-07-01 15:14:48 +08:00