From 782c03d600166bf0ee38f9207e2e3edbb9726599 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 7 Mar 2021 18:30:33 +0000 Subject: [PATCH] flake: fix typo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7ea8712..174e991 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "Nixos configuration with flakes"; + description = "NixOS configuration with flakes"; inputs = { home-manager.url = "github:nix-community/home-manager"; home-manager.inputs.nixpkgs.follows = "nixpkgs";