From 7448e26163a40247c1da32cf636eab08305f1b56 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 11 Jan 2024 23:51:46 +0100 Subject: [PATCH] Should probably put all the things there --- nixos/hosts/wheatley/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index b25bedc..1f9bf4b 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -2,6 +2,9 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). { + inputs, + outputs, + lib, config, pkgs, ...