diff --git a/profiles/core/default.nix b/profiles/core/default.nix index 0a3d02ce..d01d0aa7 100644 --- a/profiles/core/default.nix +++ b/profiles/core/default.nix @@ -1,4 +1,4 @@ -{ self, config, lib, pkgs, ... }: +{ self, config, lib, pkgs, inputs, ... }: let inherit (lib) fileContents; in {