diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-04-22 17:03:17 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-04-22 17:03:17 +0200 |
| commit | 8ea1da9041988332e24d55dc0972187404ce8e62 (patch) | |
| tree | 6b49d5de109f1ad901f9cec51aad932e97ac3190 /flake.nix | |
| parent | a277e2b64027d08aafc0899bdc580a7830e4cdef (diff) | |
2026-04-22 updates by auto-switch
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,10 @@ url = "git+https://git.nathanreiner.xyz/wofi-pass"; inputs.nixpkgs.follows = "nixpkgs"; }; + blueprint = { + url = "git+https://git.nathanreiner.xyz/blueprint"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = |