commit d4da565ef47d5a02a0b5c328da2100b6e3835eda
parent d69fee13504f89bbf29ae96bd008f545aedf3e5c
Author: Vincent Demeester <vincent@sbr.pm>
Date: Thu, 1 Nov 2018 18:43:52 +0100
Update README.md with the correct path
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -12,7 +12,7 @@ If you don't have `nix` installed, run `curl https://nixos.org/nix/install | sh`
{
imports = [
- ./hokkaido.nix
+ ./machines/hokkaido.nix
];
}
```