Skip to content

Commit

Permalink
specify concrete file to edit for updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
fricklerhandwerk committed Mar 24, 2022
1 parent db2065f commit 4381448
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion core/nixpkgs.bzl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""<!-- Edit this docstring and run `bazel run //docs:update-README.md` to change this repository's `README.md`. -->
"""<!-- Edit the docstring in `core/nixpkgs.bzl` and run `bazel run //docs:update-README.md` to change this repository's `README.md`. -->
# Nixpkgs rules for Bazel
Expand Down
2 changes: 1 addition & 1 deletion nixpkgs/nixpkgs.bzl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""<!-- Edit docs/README.md.tpl and run `bazel run //docs:update-readme` to change the project README. -->
"""<!-- Edit the docstring in `nixpkgs/nixpkgs.bzl` and run `bazel run //docs:update-readme` to change the project README. -->
# Nixpkgs rules for Bazel
Expand Down
2 changes: 1 addition & 1 deletion toolchains/cc/cc.bzl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""<!-- Edit this docstring and run `bazel run //docs:update-README.md` to change this repository's `README.md`. -->
"""<!-- Edit the docstring in `toolchains/cc/cc.bzl` and run `bazel run //docs:update-README.md` to change this repository's `README.md`. -->
Rules for importing a C++ toolchain from Nixpkgs.
Expand Down
2 changes: 1 addition & 1 deletion toolchains/go/go.bzl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""<!-- Edit this docstring and run `bazel run //docs:update-README.md` to change this repository's `README.md`. -->
"""<!-- Edit the docstring in `toolchains/go/go.bzl` and run `bazel run //docs:update-README.md` to change this repository's `README.md`. -->
Rules for importing a Go toolchain from Nixpkgs.
Expand Down
2 changes: 1 addition & 1 deletion toolchains/java/java.bzl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""<!-- Edit this docstring and run `bazel run //docs:update-README.md` to change this repository's `README.md`. -->
"""<!-- Edit the docstring in `toolchains/java/java.bzl` and run `bazel run //docs:update-README.md` to change this repository's `README.md`. -->
# Rules for importing a Java toolchain from Nixpkgs
Expand Down
2 changes: 1 addition & 1 deletion toolchains/posix/posix.bzl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""<!-- Edit this docstring and run `bazel run //docs:update-README.md` to change this repository's `README.md`. -->
"""<!-- Edit the docstring in `toolchains/posix/posix.bzl` and run `bazel run //docs:update-README.md` to change this repository's `README.md`. -->
Rules for importing a POSIX toolchain from Nixpkgs.
Expand Down
2 changes: 1 addition & 1 deletion toolchains/python/python.bzl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""<!-- Edit this docstring and run `bazel run //docs:update-README.md` to change this repository's `README.md`. -->
"""<!-- Edit the docstring in `toolchains/python/python.bzl` and run `bazel run //docs:update-README.md` to change this repository's `README.md`. -->
Rules for importing a Python toolchain from Nixpkgs.
Expand Down
2 changes: 1 addition & 1 deletion toolchains/rust/rust.bzl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""<!-- Edit this docstring and run `bazel run //docs:update-README.md` to change this repository's `README.md`. -->
"""<!-- Edit the docstring in `toolchains/rust/rust.bzl` and run `bazel run //docs:update-README.md` to change this repository's `README.md`. -->
Rules for importing a Rust toolchain from Nixpkgs.
Expand Down

0 comments on commit 4381448

Please sign in to comment.