mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 18:59:07 +01:00
lib: Remove unused functions
This commit is contained in:
parent
3a669dd8fd
commit
4ab442f61b
1 changed files with 0 additions and 4 deletions
|
|
@ -5,10 +5,6 @@
|
|||
{
|
||||
isPrivateDomain = domain: domain |> lib.hasSuffix ".splitleaf.de";
|
||||
|
||||
subdomainOf = domain: domain |> lib.splitString "." |> lib.head;
|
||||
|
||||
rootDomainOf = domain: domain |> lib.splitString "." |> lib.tail |> lib.concatStringsSep ".";
|
||||
|
||||
listNixFilesRecursively =
|
||||
dir: dir |> lib.filesystem.listFilesRecursive |> lib.filter (lib.hasSuffix ".nix");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue