From 82b9b4849324747ff76d582ad173fff9a488f727 Mon Sep 17 00:00:00 2001 From: Andreas Schaafsma Date: Wed, 4 Feb 2026 03:31:04 +0100 Subject: [PATCH] split up to multiline inputs for better diffing --- systems/x86_64-linux/drivebystation-nix/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/systems/x86_64-linux/drivebystation-nix/configuration.nix b/systems/x86_64-linux/drivebystation-nix/configuration.nix index bea5152..55a256e 100644 --- a/systems/x86_64-linux/drivebystation-nix/configuration.nix +++ b/systems/x86_64-linux/drivebystation-nix/configuration.nix @@ -2,7 +2,11 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). -{ config, pkgs, ... }: +{ + # config, + pkgs, + ... + }: { imports = [