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 = outputs =
{ inputs@{
nixpkgs, nixpkgs,
home-manager, home-manager,
... ...
}@inputs: }:
let let
systems = [ "x86_64-linux" ]; systems = [ "x86_64-linux" ];
forAllSystems = nixpkgs.lib.genAttrs systems; forAllSystems = nixpkgs.lib.genAttrs systems;