Skip to content
Merged
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
6 changes: 1 addition & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Adding modules!
# Adding Modules!

There are 2 kinds of modules in this repository. One kind which defines the `package` option, and one kind which does not.

Expand Down Expand Up @@ -118,10 +118,6 @@ Example:
}
```

On the other hand, using `wlib.types.file` makes it more difficult to accept `${placeholder "out"}` within the generated configuration and have it point to the final derivation.

So, if this might be important for your program, you can consider providing a different way to override the path. But in most cases, `${placeholder "out"}` is only something you use in the `config.drv` options when adding new files to the wrapper derivation itself. So, generally, using `wlib.types.file` is better for uniformity.

# Formatting

`nix fmt`
Expand Down
Loading