diff options
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/npins/sources.json | 12 | ||||
-rw-r--r-- | nixos/profiles/workstation/default.nix | 1 |
2 files changed, 13 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", diff --git a/nixos/profiles/workstation/default.nix b/nixos/profiles/workstation/default.nix index 052a3c8..9069530 100644 --- a/nixos/profiles/workstation/default.nix +++ b/nixos/profiles/workstation/default.nix @@ -38,6 +38,7 @@ in environment.systemPackages = with pkgs; [ npins (callPackage "${sources.agenix}/pkgs/agenix.nix" {}) + (callPackage sources.my-vdf {}) vim-full skim |