Merge pull request #1054 from bokicoder/patch-1

Update flake.nix
This commit is contained in:
Lysec
2025-12-14 14:50:48 +01:00
committed by GitHub
+1 -1
View File
@@ -10,7 +10,7 @@
nixpkgs,
...
}: let
eachSystem = nixpkgs.lib.genAttrs nixpkgs.lib.systems.flakeExposed;
eachSystem = nixpkgs.lib.genAttrs nixpkgs.lib.platforms.linux;
pkgsFor = eachSystem (system: nixpkgs.legacyPackages.${system}.appendOverlays [self.overlays.default]);
in {
formatter = eachSystem (system: pkgsFor.${system}.alejandra);