From 0b05977932b636baaf609620674a2c9260959612 Mon Sep 17 00:00:00 2001 From: Arthur Wambst Date: Sat, 22 Feb 2025 14:07:44 +0100 Subject: [PATCH] tests --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a3cc4ed..b0d6b8b 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ nvim.url = "git+https://gitea.napo280.fr/napo280/flake-nvim"; }; outputs = { self, ... }@inputs: { - nixosModules.flake = [ + nixosModules.flake = builtins.concatLists[ inputs.nvim.nixosModules.neovim ]; # Import du module Neovim };