summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-20 02:34:32 -0400
committerseth <[email protected]>2023-05-20 02:34:32 -0400
commitc0265601b8c5df23aab853124302f014c16da628 (patch)
tree22ccd77073cf69b2eb5cfa97f9d9bcf4bf948567
parentd0ad2e5d16f62c9a45dafc3eacc814a3b9013d08 (diff)
flake: fix formatter
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 52eb2a9..a167f81 100644
--- a/flake.nix
+++ b/flake.nix
@@ -55,6 +55,6 @@
};
});
- formatter = forAllSystems (s: nixpkgs.${s}.alejandra);
+ formatter = forAllSystems (s: nixpkgsFor.${s}.alejandra);
};
}