From 3814f33be18f781ec417e76072e07841ed7f1be5 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig <zynh0722@gmail.com> Date: Fri, 27 Dec 2024 00:56:59 -0800 Subject: [PATCH] fix flake attribute --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c67bbe2..a39ee82 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - descriptions = "permafrost"; + description = "permafrost"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";