diff options
author | Martin Fischer <martin@push-f.com> | 2025-07-14 06:14:06 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-07-14 07:02:05 +0200 |
commit | 38f3f4750f43c8b4d8bb3df1cc8c8b5756ba95f4 (patch) | |
tree | 666e039c132f6ce26173356341516565b1a26689 /nixos/npins/sources.json | |
parent | 5b44c6f12f5a645d62b2bad3cc6de3c207eb4582 (diff) |
feat(workstation): add vdf
Diffstat (limited to 'nixos/npins/sources.json')
-rw-r--r-- | nixos/npins/sources.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/nixos/npins/sources.json b/nixos/npins/sources.json index a633926..87cd5cd 100644 --- a/nixos/npins/sources.json +++ b/nixos/npins/sources.json @@ -76,6 +76,18 @@ "url": null, "hash": "1z83lhqzr7yx07qb3icz0pph64aij9a1z17rqxzqmyvjsyyn8nfd" }, + "my-vdf": { + "type": "Git", + "repository": { + "type": "Git", + "url": "https://git.push-f.com/vdf" + }, + "branch": "master", + "submodules": false, + "revision": "ba6b72b4c7e257b9514ce21b7fbbc469e4c8a849", + "url": null, + "hash": "0yrlxfzsi13zngr32zf6ca9fhh3z1lj3960rv2ipp51d09zvgwjq" + }, "nixos": { "type": "Channel", "name": "nixos-25.05", |