From ceb63a7b23c85875829e1ab97caf867ca892c0f0 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sun, 7 Jul 2024 09:32:56 -0500 Subject: [PATCH] Remove unused. --- common.nix | 2 +- configuration-grub.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common.nix b/common.nix index dad503c..1364167 100644 --- a/common.nix +++ b/common.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, ... }: +{ pkgs, ... }: { nix.settings = { experimental-features = [ "nix-command" "flakes" ]; diff --git a/configuration-grub.nix b/configuration-grub.nix index ca8c380..36df0af 100644 --- a/configuration-grub.nix +++ b/configuration-grub.nix @@ -1,5 +1,5 @@ # This is a small config that can be used to bootstrap a system with ZFS. -{ config, lib, modulesPath, pkgs, ... }: +{ config, lib, modulesPath, ... }: { imports = [