Removed inputs input

This commit is contained in:
Kaybee 2024-07-16 18:31:47 +02:00
parent 4c3cdf87d2
commit 85d7187c17

View file

@ -1,7 +1,7 @@
# Edit this configuration file to define what should be installed on # Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page # your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help). # and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, lib, inputs, ... }: { config, pkgs, lib, ... }:
let let
lock-false = { lock-false = {
Value = false; Value = false;