From 8fdf2820025b1490512b2332ff9f263e7cc87623 Mon Sep 17 00:00:00 2001 From: Antoine Vaure Date: Wed, 3 Sep 2025 16:24:31 +0200 Subject: [PATCH] remove useless input in moon configuration --- os/moon/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/moon/configuration.nix b/os/moon/configuration.nix index fd69710..b0a6731 100644 --- a/os/moon/configuration.nix +++ b/os/moon/configuration.nix @@ -1,4 +1,4 @@ -{ config, pkgs, pkgs-unstable, ... }: +{ config, pkgs, ... }: { imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix