aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5c13562..fa18126 100644
--- a/README.md
+++ b/README.md
@@ -21,11 +21,11 @@ When creating a new machine just use
imports = [ <nixsap> ];
-Each package `foo` under the [modules/pkgs](./modules/pkgs) is automatically available as `pkgs.foo`.
+Each package `foo` under the [./pkgs](./pkgs) is automatically available as `pkgs.foo`.
For example:
- modules/pkgs/writeXML.nix => pkgs.writeXML
- modules/pkgs/rdsdump/default.nix => pkgs.rdsdump
+ pkgs/writeXML.nix => pkgs.writeXML
+ pkgs/rdsdump/default.nix => pkgs.rdsdump
You can use this techniques in your own projects. You can take out any modules
or packages and put them into your project with your modifications without