style: removed with lib;
This commit is contained in:
parent
d27db1e3ca
commit
f315e3c7c3
4 changed files with 71 additions and 26 deletions
|
@ -1,6 +1,15 @@
|
|||
{ lib }:
|
||||
with lib;
|
||||
let
|
||||
inherit (lib)
|
||||
filterAttrs
|
||||
trim
|
||||
splitString
|
||||
filter
|
||||
hasPrefix
|
||||
readFile
|
||||
mapAttrs'
|
||||
removeSuffix
|
||||
;
|
||||
key-files = filterAttrs (name: _: name != "default.nix") (builtins.readDir ./.);
|
||||
readKeys =
|
||||
file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue