Gitiles
Code Review
Sign In
git.clicks.codes
/
Infra
/
NixFiles
/
04ff717979a8b37b0af0574295e234684f86f404
/
.
/
lib
/
secrets
/
default.nix
blob: c8cf609c1190bceed847fd1f597eaeaf4f936848 [
file
] [
log
] [
blame
]
Skyler Grey
82ea805
2024-06-08 22:56:00 +0000
[
diff
] [
blame
]
1
# 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
}