Remove unused input
This commit is contained in:
parent
9b914f2f3d
commit
c80dd6998b
2 changed files with 0 additions and 9 deletions
|
@ -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 = {
|
||||
|
|
|
@ -56,6 +56,5 @@ rec {
|
|||
inputs.home-manager.nixosModules.home-manager
|
||||
|
||||
inputs.sops.nixosModules.sops
|
||||
# inputs.sunshine.nixosModules.sunshine
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue