propellor/doc/forum/trying_to_--spin_to_a_sid+e.../comment_3_f1ca62944fe0303db...

14 lines
424 B
Plaintext

[[!comment format=mdwn
username="joey"
subject="""comment 3"""
date="2015-03-30T23:26:38Z"
content="""
As to a mixed unstable/experimental machine, such a machine has a Property
of having somepackage installed from experimental. One way to represent
that is by defining a property:
installedFromExperimental :: [Package] -> Property NoInfo
installedFromExperimental = Apt.installed' ["-y", "-texperimental"]
"""]]