1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

Test priorities

This commit is contained in:
Eelco Dolstra 2012-12-04 14:47:50 +01:00
parent 56d29dcd62
commit b215b23e9e
3 changed files with 13 additions and 4 deletions

View file

@ -25,4 +25,5 @@ in
(makeDrv "bar-0.1" "bar")
(makeDrv "foo-2.0" "foo")
(makeDrv "bar-0.1.1" "bar")
(makeDrv "foo-0.1" "foo" // { meta.priority = 10; })
]