From f6ebd6dd15f5e408081bc5215b0bf666e1170fd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Tue, 16 Apr 2024 21:38:35 +0200 Subject: [PATCH] variable typo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 31367c4..ba55a23 100644 --- a/flake.nix +++ b/flake.nix @@ -30,7 +30,7 @@ } @ inputs: let inherit (self) outputs; # Supported systems for your flake packages, shell, etc. - system = [ + systems = [ "aarch64-linux" "i686-linux" "x86_64-linux"