Commit d4da565ef47d

Vincent Demeester <vincent@sbr.pm>
2018-11-01 18:43:52
Update README.md with the correct path
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent d69fee1
Changed files (1)
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
   	];
   }
   ```