# nixLib - A library of nix functions for vhack.eu # # Copyright (C) 2025 Benedikt Peetz # SPDX-License-Identifier: AGPL-3.0-or-later # # This file is part of vhack.eu's nix library. # # You should have received a copy of the License along with this program. # If not, see . { inputs = {}; outputs = _: let lib = import ./default.nix {}; in { nixLib = lib; }; }