Skip to content

Commit

Permalink
fix repo
Browse files Browse the repository at this point in the history
  • Loading branch information
aherrmann committed Jun 18, 2024
1 parent c8cb868 commit ec24a93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ bazel_dep(name = "rules_nixpkgs_core", version = "0.11.1")
bazel_dep(name = "stardoc", version = "0.6.2")

nix_repo = use_extension("@rules_nixpkgs_core//extensions:repository.bzl", "nix_repo")
nix_repo.nixpkgs_local_repository(
nix_repo.file(
name = "nixpkgs",
nix_file = "//:nixpkgs.nix",
file = "//:nixpkgs.nix",
)
use_repo(nix_repo, "nixpkgs")

Expand Down

0 comments on commit ec24a93

Please sign in to comment.