mirror of
https://cgit.krebsco.de/krops
synced 2024-11-23 03:29:48 +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
|
if lib.length y != 1 then throw "malformed /etc/hostname" else
|
||||||
lib.elemAt y 0;
|
lib.elemAt y 0;
|
||||||
|
|
||||||
|
firstWord = s:
|
||||||
|
lib.head (lib.match "^([^[:space:]]*).*" s);
|
||||||
|
|
||||||
isLocalTarget = let
|
isLocalTarget = let
|
||||||
origin = lib.mkTarget "";
|
origin = lib.mkTarget "";
|
||||||
in target:
|
in target:
|
||||||
|
|
Loading…
Reference in a new issue