From 138fc0c4fb35ad4d92c2c6b9a0cf1adbac0c611d Mon Sep 17 00:00:00 2001 From: CherryKitten Date: Sat, 20 Apr 2024 15:07:59 +0200 Subject: [PATCH] add website flake to deploy via nix soon --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index 018ceee..b4b2584 100644 --- a/flake.nix +++ b/flake.nix @@ -12,6 +12,11 @@ url = "github:nix-community/home-manager/release-23.11"; inputs.nixpkgs.follows = "nixpkgs"; }; + + cherrykitten-website = { + url = "git+https://git.cherrykitten.dev/sammy/cherrykitten.dev?ref=nix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = inputs @ { self, nixpkgs, nixpkgs-unstable, home-manager, colmena, ... }: