goatcounter: add flake input

This commit is contained in:
Asmir A 2024-01-21 13:47:06 +01:00
parent 899a2cea17
commit ea4390d0d5
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -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;