My Nix Configuration

[systems.zaphod] Remove unused lambda arguments

Changed files
+2 -2
systems
x86_64-linux
zaphod
+2 -2
systems/x86_64-linux/zaphod/default.nix
···
-
{ inputs, ... }: {
+
{
imports = [
# Machine specific configs
./bootloader.nix
···
device = "/dev/disk/by-uuid/2F06-FA92";
};
};
-
swapDevices = [{device = "/dev/disk/by-uuid/5f64b6ad-f471-4c6f-8536-59f581e16827";}];
+
swapDevices = [ { device = "/dev/disk/by-uuid/5f64b6ad-f471-4c6f-8536-59f581e16827"; } ];
}