From d36014200549cf73a7f22c6f94fb15bec17823e8 Mon Sep 17 00:00:00 2001 From: Vika Date: Mon, 29 Jan 2024 07:08:21 +0300 Subject: lint: no extra whitespace on line endings --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 85f0e70..2299f20 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ $ cargo check ## Deployment ### Using NixOS ```nix -{ config, pkgs, lib, ...}: let +{ config, pkgs, lib, ...}: let # Included as an example. You should probably use `flake.nix` instead. # You will get version pinning and you will probably be happier. kittybox = (builtins.getFlake "git+https://git.sr.ht/~vikanezrimaya/kittybox?ref=main"); @@ -71,7 +71,7 @@ in { imports = [ kittybox.nixosModules.default ]; - + services.kittybox.enable = true; } ``` -- cgit 1.4.1