Nornalize names of flake inputs

This commit is contained in:
SebastianStork 2025-08-20 14:52:37 +02:00
parent 842d8a518f
commit 2aeca33da2
6 changed files with 33 additions and 33 deletions

View file

@ -4,7 +4,7 @@
{ pkgs, ... }:
{
formatter =
(inputs.treefmt-nix.lib.evalModule pkgs {
(inputs.treefmt.lib.evalModule pkgs {
projectRootFile = "flake.nix";
programs = {
nixfmt.enable = true;