chore: update flake.lock; use treefmt

This commit is contained in:
2025-11-02 09:51:44 +08:00
parent 9482ba860f
commit 4d0cd7b1e7
8 changed files with 167 additions and 97 deletions

View File

@@ -59,4 +59,11 @@
config.allowUnfree = true;
};
};
}
working-packages = final: _prev: {
working = import inputs.nixpkgs-working {
system = final.stdenv.hostPlatform.system;
config.allowUnfree = true;
};
};
}