chore(helpers): clean up

This commit is contained in:
reo101 2023-02-17 02:42:11 +02:00
parent 5cf9fcd62e
commit e061bf4db9
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
2 changed files with 13 additions and 14 deletions

View file

@ -74,10 +74,8 @@
} @ inputs:
let
inherit (self) outputs;
inherit (nixpkgs) lib;
helpers = import ./helpers.nix { inherit inputs outputs lib; };
in
with helpers; rec {
with (import ./lib { inherit inputs outputs; }); rec {
# Packages (`nix build`)
packages = forEachPkgs (pkgs:
import ./pkgs { inherit pkgs; }