refactor: clean up flake outputs

This commit is contained in:
arcnmx 2024-02-02 11:00:00 -08:00
parent 437c83acc0
commit 7da0924d91
15 changed files with 233 additions and 203 deletions

View file

@ -1,8 +1,8 @@
{
system,
inputs,
lib,
}: let
lib = inputs.self.lib.nixlib;
inherit (lib.meta) getExe;
inherit (inputs.std.lib) string list;
packages = inputs.self.packages.${system};