From 407a915da161d8ce50f4dd89d08d68fe9b7bfb60 Mon Sep 17 00:00:00 2001 From: Laurent Gueret Date: Sun, 25 Jan 2026 14:33:37 +0100 Subject: [PATCH] Little fix on flake.nix --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 04bb2af..7ef31f3 100755 --- a/flake.nix +++ b/flake.nix @@ -12,11 +12,11 @@ }; outputs = - { + inputs@{ nixpkgs, home-manager, ... - }@inputs: + }: let systems = [ "x86_64-linux" ]; forAllSystems = nixpkgs.lib.genAttrs systems;