Gitiles
Code Review
Sign In
git.clicks.codes
/
Infra
/
NixFiles
/
2154d2208807dbe7f5579138a2a8595b99a66a3c
/
.
/
lib
/
secrets
/
default.nix
blob: c8cf609c1190bceed847fd1f597eaeaf4f936848 [
file
] [
log
] [
blame
]
# SPDX-FileCopyrightText: 2024 Clicks Codes
#
# SPDX-License-Identifier: GPL-3.0-only
{
lib
,
inputs
,
...
}:
{
secrets
.
name
=
path
:
builtins
.
hashFile
"sha256"
path
;
}