1
0

enable formatter

This commit is contained in:
2025-09-19 22:17:25 -07:00
parent 6d64e1f074
commit 6cc3a633e6

View File

@@ -5,8 +5,10 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
};
outputs = { self, nixpkgs, ... }:
{
outputs = { self, nixpkgs, ... }: {
# Set up formatter.
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixpkgs-fmt;
# System Modules
nixosModules.default = { ... }: {
imports = [