From c53afdbcbbece1aa34b8aff261f15cfeabf4b60e Mon Sep 17 00:00:00 2001 From: Tobias Happ Date: Wed, 15 Dec 2021 23:53:03 +0100 Subject: [PATCH] docs: clean up leading asterisks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c57c990..ba85490 100644 --- a/README.md +++ b/README.md @@ -226,8 +226,8 @@ Use `nix-on-droid switch --flake .#device` to build and activate your configurat `.#nixOnDroidConfigurations.device`). **Note:** Currently, nix-on-droid can not be built with an pure flake build because of hardcoded store paths for proot. -*Therefore, every evaluation of a flake configuration will be executed with `--impure` flag. (This behaviour will be -*dropped as soon as the default setup does not require it anymore.) +Therefore, every evaluation of a flake configuration will be executed with `--impure` flag. (This behaviour will be +dropped as soon as the default setup does not require it anymore.) ## Tips