diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-26 15:35:55 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-26 15:35:55 -0400 |
| commit | e4ac94860bcc4511370e878e14ef9d45b60aeb2a (patch) | |
| tree | 3d1abab78e84cf29310c99a77ad414d25fdd3511 /src/Propellor/Property/Chroot.hs | |
| parent | 636c7cf5ba42d3636e06f298feae0b9219be6067 (diff) | |
remove `os` property
The new properties let the type checker know what the target OS is.
Diffstat (limited to 'src/Propellor/Property/Chroot.hs')
| -rw-r--r-- | src/Propellor/Property/Chroot.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Chroot.hs b/src/Propellor/Property/Chroot.hs index bf6f2083..4480f98d 100644 --- a/src/Propellor/Property/Chroot.hs +++ b/src/Propellor/Property/Chroot.hs @@ -102,7 +102,7 @@ instance ChrootBootstrapper Debootstrapped where -- add the `os` property to specify the operating system to bootstrap. -- -- > debootstrapped Debootstrap.BuildD "/srv/chroot/ghc-dev" --- > & os (System (Debian Unstable) "amd64") +-- > & osDebian Unstable "amd64" -- > & Apt.installed ["ghc", "haskell-platform"] -- > & ... debootstrapped :: Debootstrap.DebootstrapConfig -> FilePath -> Chroot |
