mirror of
https://cgit.krebsco.de/krops/
synced 2025-09-01 23:16:28 +00:00
lib: add firstWord
This commit is contained in:
parent
67132ed53f
commit
81c4885124
@ -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…
x
Reference in New Issue
Block a user