diff options
author | Linnnus <[email protected]> | 2023-10-01 18:16:03 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-10-01 18:16:03 +0200 |
commit | 7451c6a93b42ad1ae4a1a95664c2d8a6bdb11f72 (patch) | |
tree | 73357ed8a6ac266339392b11639714b1aa60a261 /hosts/muhammed/configuration.nix | |
parent | d7fc02342227fbd442f47e27fa12a42ff7998cd5 (diff) |
Remove special 'self' argument
This can be accessed through flakeInputs anyways.
Diffstat (limited to 'hosts/muhammed/configuration.nix')
-rw-r--r-- | hosts/muhammed/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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. |