Gitiles
Code Review
Sign In
git.clicks.codes
/
Infra
/
NixFiles
/
d083cf47849e8ca42557379a8c02d1caa355af63
/
.
/
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
}