From 4ddedf93f15d8d2ae993116c330eb9025bf98f29 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sat, 29 Dec 2018 18:10:18 +0300 Subject: Update README.md --- README.md | 6 +++--- 1 file 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 = [ ]; -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 -- cgit v1.2.3