Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ci.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# We need to set test-dvm to false becaue hydra has
# no access to the `dev` repo. This can go away once we join
# the monorepo.
import ./default.nix { test-dvm = false; }
# dev is now passed in from hydra
{ dev }:
let dvm = (import "${dev}/default.nix" {}).dvm;
in import ./default.nix { inherit dvm; }