fix: auto formatter

This commit is contained in:
Ranomier 2025-05-08 20:36:52 +02:00
parent 59f507bc06
commit 7724f8cc5f
14 changed files with 47 additions and 52 deletions

View file

@ -4,13 +4,10 @@
modulesPath,
...
}: {
imports = [
./hardware-configuration.nix
../../system_profiles/defaults.nix
../../system_profiles/mini-container.nix
];
}

View file

@ -1,6 +1,3 @@
{
lib,
...
}: {
{lib, ...}: {
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
}