diff options
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 = |