mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-21 22:57:32 -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,
|
inputs,
|
||||||
self,
|
self,
|
||||||
}: let
|
}: let
|
||||||
# inputs = flake-inputs.inputs.inputs;
|
inherit (inputs) nixpkgs;
|
||||||
# self = flake-inputs.self;
|
|
||||||
nixpkgs = inputs.nixpkgs;
|
|
||||||
inherit (builtins) concatLists attrValues mapAttrs elemAt match readDir filter listToAttrs;
|
inherit (builtins) concatLists attrValues mapAttrs elemAt match readDir filter listToAttrs;
|
||||||
inherit (nixpkgs.lib) hasSuffix nixosSystem genAttrs;
|
inherit (nixpkgs.lib) hasSuffix nixosSystem genAttrs;
|
||||||
inherit (nixpkgs.lib.filesystem) listFilesRecursive;
|
inherit (nixpkgs.lib.filesystem) listFilesRecursive;
|
||||||
|
|
Loading…
Reference in a new issue