infrastructure/keys.nix
sinavir 0a43b6295a
chore: Refactor meta to a module architecture
Get rid of the weird half nix half module stuff.
2025-01-16 11:31:26 +01:00

13 lines
272 B
Nix

# SPDX-FileCopyrightText: 2024 Tom Hubrecht <tom.hubrecht@dgnum.eu>
#
# SPDX-License-Identifier: EUPL-1.2
let
_sources = import ../npins;
inherit (import _sources.nixpkgs { }) lib;
meta = (import ../meta lib).config;
in
import ./lib/keys { inherit meta lib; }