Format nix files with nixfmt

This commit is contained in:
2026-01-18 20:57:37 +01:00
parent 230b58fcf1
commit 4fbd3b9709
6 changed files with 17 additions and 11 deletions

View File

@@ -10,7 +10,13 @@
}; };
}; };
outputs = { self, nixpkgs, home-manager, ... }: outputs =
{
self,
nixpkgs,
home-manager,
...
}:
let let
system = "x86_64-linux"; system = "x86_64-linux";
pkgs = import nixpkgs { inherit system; }; pkgs = import nixpkgs { inherit system; };