From 7be100bfd2b02cddd22146b60bfe46f776dee87b Mon Sep 17 00:00:00 2001 From: Sam Date: Sat, 29 Jun 2024 11:02:15 +0100 Subject: [PATCH] Removed unnecessary imports --- hosts/nebula/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nebula/default.nix b/hosts/nebula/default.nix index 25edb52..38ad52f 100644 --- a/hosts/nebula/default.nix +++ b/hosts/nebula/default.nix @@ -1,4 +1,4 @@ -{ inputs, config, lib, pkgs, outputs, ... }: +{ inputs, ... }: let # Disko setup fsType = "btrfs"; # one of ext4 or btrfs. Use btrfs if using impermanence