lib(util): add functions for finding and acessing fragments ("paths") through a tree of attrSets

This commit is contained in:
Christopher Bacher 2022-10-14 01:29:48 +02:00
parent 1a4551ff17
commit 1f8b3f5d1a
2 changed files with 23 additions and 0 deletions

View file

@ -9,6 +9,7 @@
outputs = { self, nixpkgs, flake-utils }: with flake-utils.lib; eachSystem (with system; [ x86_64-linux aarch64-linux ]) (curSystem:
let
util = import ./lib/util.nix;
pkgs = nixpkgs.legacyPackages.${curSystem};
imageName = "pihole/pihole";