From f9ccfdbb6142304c8edbc88db506f90dae12dd73 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Mon, 31 Jul 2023 10:59:52 +0200 Subject: [PATCH] flake: remove unused rec --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c8cd1a4..f0c9ae3 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,7 @@ ({ inputs, lib, withSystem, ... }: let authentik-version = "2023.6.1"; # to pass to the drvs of some components - in rec { + in { systems = [ "x86_64-linux" "aarch64-linux" # not tested