chore(helpers): clean up
This commit is contained in:
parent
5cf9fcd62e
commit
e061bf4db9
2 changed files with 13 additions and 14 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue