From ea4390d0d5bee94937d7006a4bc5420ca79a58fc Mon Sep 17 00:00:00 2001 From: Asmir A Date: Sun, 21 Jan 2024 13:47:06 +0100 Subject: [PATCH] goatcounter: add flake input --- flake.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4b50f74..62416e1 100644 --- a/flake.nix +++ b/flake.nix @@ -34,6 +34,11 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + goatcounter = { + url = "github:connorfeeley/goatcounter-flake"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + home-manager = { url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; @@ -51,16 +56,17 @@ }; outputs = inputs @ { + goatcounter, home-manager, nixpkgs, nix-xilinx, nvim, peerix, + project-cloud, simple-nixos-mailserver, sops-nix, swaysw, zremap, - project-cloud, ... }: let pkgs = nixpkgs.legacyPackages.x86_64-linux.pkgs;