From faa8fc509c186fc13b7ec07412b9685287469aa4 Mon Sep 17 00:00:00 2001 From: kekrby Date: Tue, 6 Dec 2022 20:40:55 +0300 Subject: [PATCH] flake: update description --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f8d8378..34f7828 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "A flake for NixOS iso's that work on T2 Macs"; + description = "A flake for building NixOS installers that work on T2 Macs"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";