summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 8c112fa..1070488 100644
--- a/flake.nix
+++ b/flake.nix
@@ -35,6 +35,12 @@
inputs.nixpkgs.follows = "nixpkgs";
};
+ website = {
+ url = "git+https://codeberg.org/0xa/website.git?ref=main";
+ inputs.nixpkgs.follows = "nixpkgs";
+ inputs.flake-utils.follows = "flake-utils";
+ };
+
tmux-yank = {
url = "github:tmux-plugins/tmux-yank";
flake = false;