blob: c8cf609c1190bceed847fd1f597eaeaf4f936848 [file] [log] [blame]
Skyler Grey82ea8052024-06-08 22:56:00 +00001# SPDX-FileCopyrightText: 2024 Clicks Codes
2#
3# SPDX-License-Identifier: GPL-3.0-only
4
5{ lib, inputs, ... }:
6{
7 secrets.name = path: builtins.hashFile "sha256" path;
8}