From 983fbcc8f0bab990014e4f197bb8f38d23b6a37a Mon Sep 17 00:00:00 2001 From: Malte Tammena Date: Wed, 9 Jun 2021 22:32:31 +0200 Subject: [PATCH] Remove old dependency --- system/achatina-fulica.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/system/achatina-fulica.nix b/system/achatina-fulica.nix index 958a5c1..f1740a9 100644 --- a/system/achatina-fulica.nix +++ b/system/achatina-fulica.nix @@ -1,11 +1,6 @@ { config, pkgs, ... }: { - imports = - [ # Include the results of the hardware scan. - ./hardware-configuration.nix - ]; - # Use the GRUB 2 boot loader. boot.loader.grub.enable = true; boot.loader.grub.version = 2;