From dc466f26889f72feb25e94248ff96b3a3ca3e7e0 Mon Sep 17 00:00:00 2001 From: Steven Roose Date: Mon, 7 Dec 2020 13:32:27 +0000 Subject: README: Fix example --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2514d7b..a9f1426 100644 --- a/README.md +++ b/README.md @@ -68,10 +68,10 @@ A basic example of a flake that works with `deploy-rs` and deploys a simple NixO user = "root"; path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.some-random-system; }; - }; - # This is highly advised, and will prevent many possible mistakes - checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib; + # This is highly advised, and will prevent many possible mistakes + checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib; + }; } ``` -- cgit v1.2.3