lib(util): add functions for finding and acessing fragments ("paths") through a tree of attrSets
This commit is contained in:
parent
1a4551ff17
commit
1f8b3f5d1a
2 changed files with 23 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue