Skip to content

Commit

Permalink
use local repositories for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
fricklerhandwerk committed Mar 9, 2022
1 parent 8297cec commit 90ccdc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/invalid_nixpkgs_package/workspace.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ workspace(name = "io_tweag_rules_nixpkgs")

load("//nixpkgs:repositories.bzl", "rules_nixpkgs_dependencies")

rules_nixpkgs_dependencies()
rules_nixpkgs_dependencies(local=".")

load(
"//nixpkgs:nixpkgs.bzl",
Expand Down

0 comments on commit 90ccdc5

Please sign in to comment.