From 09b92db54d800ce0f94fa0ab4c657446758d5274 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 19 Nov 2017 18:16:58 -0700 Subject: slightly improve readability of sample usage --- src/Propellor/Property/Sbuild.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs index df306b1c..dffeaa22 100644 --- a/src/Propellor/Property/Sbuild.hs +++ b/src/Propellor/Property/Sbuild.hs @@ -23,11 +23,11 @@ Suggested usage in @config.hs@: > mybox = host "mybox.example.com" $ props > & osDebian (Stable "stretch") X86_64 > & Apt.useLocalCacher -> & Sbuild.built Sbuild.UseCcache unstableSchroot +> & sidSchrootBuilt > & Sbuild.usableBy (User "spwhitton") > & Schroot.overlaysInTmpfs > where -> unstableSchroot = props +> sidSchrootBuilt = Sbuild.built Sbuild.UseCcache $ props > & osDebian Unstable X86_32 > & Sbuild.update `period` Weekly (Just 1) > & Sbuild.useHostProxy mybox -- cgit v1.2.3