From a2a5ee2f180caaf84c25df79ebdedd06f28dde90 Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 6 Jun 2023 12:55:48 +0200 Subject: Feat(system/services/serverphone): Add --- flake.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 35e47226..7f6f1f3c 100644 --- a/flake.nix +++ b/flake.nix @@ -70,6 +70,17 @@ url = "github:nix-community/nixos-generators"; inputs.nixpkgs.follows = "nixpkgs"; }; + serverphone = { + url = "git+https://codeberg.org/vhack.eu/serverphone.git"; + inputs = { + nixpkgs.follows = "nixpkgs"; + systems.follows = "systems"; + flake-compat.follows = "flake-compat"; + flake-utils.follows = "flake-utils"; + rust-overlay.follows = "rust-overlay"; + crane.follows = "crane"; + }; + }; # my configs neovim_config = { @@ -195,6 +206,7 @@ impermanence, agenix, ragenix, + serverphone, # external dependencies neovim_config, user_js, @@ -233,6 +245,7 @@ impermanence agenix ragenix + serverphone # external dependencies neovim_config -- cgit 1.4.1