diff options
author | 2025-09-06 16:36:03 +0200 | |
---|---|---|
committer | 2025-09-06 17:36:40 +0200 | |
commit | 56a1709be4f23c333730e159b219104c7fb073c2 (patch) | |
tree | cea1c9191464ef17079fe4584fb667eaceb8c385 /npins | |
parent | 3010bb10e3b23ea3bec47048775aaf9c325b51a9 (diff) |
add lib/asecret.nix
Diffstat (limited to 'npins')
-rw-r--r-- | npins/sources.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/npins/sources.json b/npins/sources.json index f90c6a9..da42a1c 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -1,5 +1,18 @@ { "pins": { + "asecret": { + "type": "Git", + "repository": { + "type": "GitHub", + "owner": "aforemny", + "repo": "asecret" + }, + "branch": "main", + "submodules": false, + "revision": "d56990e50ec64be7912b0e31516514c0d34a3b17", + "url": "https://github.com/aforemny/asecret/archive/d56990e50ec64be7912b0e31516514c0d34a3b17.tar.gz", + "hash": "1an7xd5sh01gjzlk6fwwk4zq8xgkssgfmjyn74izxmfyk76nfd39" + }, "nixpkgs": { "type": "Git", "repository": { |