Little fix on flake.nix

This commit is contained in:
2026-01-25 14:33:37 +01:00
parent 8744d630d2
commit 407a915da1
+2 -2
View File
@@ -12,11 +12,11 @@
};
outputs =
{
inputs@{
nixpkgs,
home-manager,
...
}@inputs:
}:
let
systems = [ "x86_64-linux" ];
forAllSystems = nixpkgs.lib.genAttrs systems;