From 7451c6a93b42ad1ae4a1a95664c2d8a6bdb11f72 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sun, 1 Oct 2023 18:16:03 +0200 Subject: Remove special 'self' argument This can be accessed through flakeInputs anyways. --- hosts/muhammed/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/muhammed/configuration.nix') diff --git a/hosts/muhammed/configuration.nix b/hosts/muhammed/configuration.nix index f338cdd..db54aff 100644 --- a/hosts/muhammed/configuration.nix +++ b/hosts/muhammed/configuration.nix @@ -1,6 +1,6 @@ # This file contains the configuration for my Macbook Pro. -{ pkgs, flakeInputs, lib, ... }: +{ flakeInputs, ... }: { # Specify the location of this configuration file. Very meta. -- cgit v1.2.3