Merge pull request 'Format nix files with nixfmt' (#7) from chore/nix-fmt into master

Reviewed-on: #7
This commit is contained in:
2026-01-18 20:58:31 +01:00
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
system = "x86_64-linux";
pkgs = import nixpkgs { inherit system; };