From 85d7187c17a203ebcf4bc86c20338bb5ea887ada Mon Sep 17 00:00:00 2001 From: kB01 Date: Tue, 16 Jul 2024 18:31:47 +0200 Subject: [PATCH] Removed inputs input --- systems/x86_64-linux/yerukall/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/x86_64-linux/yerukall/default.nix b/systems/x86_64-linux/yerukall/default.nix index 5723a8c..d3a1576 100644 --- a/systems/x86_64-linux/yerukall/default.nix +++ b/systems/x86_64-linux/yerukall/default.nix @@ -1,7 +1,7 @@ # Edit this configuration file to define what should be installed on # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). -{ config, pkgs, lib, inputs, ... }: +{ config, pkgs, lib, ... }: let lock-false = { Value = false;