mirror of
https://cgit.krebsco.de/krops
synced 2024-11-22 19:19:46 +01:00
lib: add firstWord
This commit is contained in:
parent
67132ed53f
commit
81c4885124
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ let {
|
|||
if lib.length y != 1 then throw "malformed /etc/hostname" else
|
||||
lib.elemAt y 0;
|
||||
|
||||
firstWord = s:
|
||||
lib.head (lib.match "^([^[:space:]]*).*" s);
|
||||
|
||||
isLocalTarget = let
|
||||
origin = lib.mkTarget "";
|
||||
in target:
|
||||
|
|
Loading…
Reference in a new issue