mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-04 21:43:15 -06:00
inherit
This commit is contained in:
parent
7081464055
commit
d4d1113722
1 changed files with 1 additions and 3 deletions
|
@ -2,9 +2,7 @@
|
|||
inputs,
|
||||
self,
|
||||
}: let
|
||||
# inputs = flake-inputs.inputs.inputs;
|
||||
# self = flake-inputs.self;
|
||||
nixpkgs = inputs.nixpkgs;
|
||||
inherit (inputs) nixpkgs;
|
||||
inherit (builtins) concatLists attrValues mapAttrs elemAt match readDir filter listToAttrs;
|
||||
inherit (nixpkgs.lib) hasSuffix nixosSystem genAttrs;
|
||||
inherit (nixpkgs.lib.filesystem) listFilesRecursive;
|
||||
|
|
Loading…
Reference in a new issue