Remove unused input

This commit is contained in:
Erwin Boskma 2024-04-24 14:18:17 +02:00
parent 9b914f2f3d
commit c80dd6998b
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk
2 changed files with 0 additions and 9 deletions

View file

@ -142,14 +142,6 @@
};
};
# sunshine = {
# url = "git+https://git.datarift.nl/erwin/sunshine.git?ref=main";
# inputs = {
# nixpkgs.follows = "nixpkgs";
# flake-parts.follows = "flake-parts";
# };
# };
git-fs-monitor = {
url = "git+https://git.datarift.nl/erwin/git-fs-monitor.git?ref=main";
inputs = {

View file

@ -56,6 +56,5 @@ rec {
inputs.home-manager.nixosModules.home-manager
inputs.sops.nixosModules.sops
# inputs.sunshine.nixosModules.sunshine
];
}