infrastructure/keys.nix
sinavir 09731ab2e9
chore: Refactor meta to a module architecture
Get rid of the weird half nix half module stuff.
2025-01-23 09:51:45 +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; }