summaryrefslogtreecommitdiff
path: root/doc/forum/trying_to_--spin_to_a_sid+experimental_machine/comment_3_f1ca62944fe0303db6f1dc0916e8c967._comment
blob: ed34d6a73859f60611a5b1a9c4e3ba0dde3ddc01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[[!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"]  

"""]]