Update sunshine input

This commit is contained in:
Erwin Boskma 2024-01-17 09:28:23 +01:00
parent df823cd770
commit a828dbed0d
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -122,7 +122,7 @@
url = "git+https://git@git.datarift.nl/erwin/sunshine.git?ref=main"; url = "git+https://git@git.datarift.nl/erwin/sunshine.git?ref=main";
inputs = { inputs = {
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils"; flake-parts.follows = "flake-parts";
}; };
}; };
}; };