Flake: add anything-sync-daemon package

This commit is contained in:
Toast 2023-10-18 21:05:48 +02:00
parent 6f7f8c5521
commit 6249738563
3 changed files with 80 additions and 0 deletions

View file

@ -66,6 +66,7 @@ outputs = { self, nixpkgs, nixpkgs-unstable, agenix, home-manager, home-manager-
packages = {
x86_64-linux = with import nixpkgs-unstable { system = "x86_64-linux"; }; {
pseint = callPackage ./pkgs/pseint.nix {};
anything-sync-daemon = callPackage ./pkgs/anything-sync-daemon {};
};
};
nixosConfigurations = {