mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
Test priorities
This commit is contained in:
parent
56d29dcd62
commit
b215b23e9e
3 changed files with 13 additions and 4 deletions
|
@ -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; })
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue