(re)moved comments

This commit is contained in:
Kristian Krsnik 2024-02-06 15:52:02 +01:00
parent d7d2a131aa
commit 9da8bbeb37
Signed by: Kristian
GPG Key ID: FD1330AC9F909E85

View File

@ -30,11 +30,6 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
# prism-launcher = {
# # Commit of the 6.3 Release (The last release with FTB support)
# url = "github:PrismLauncher/PrismLauncher/39bba9cbfadc0aac3ef571a80e78a9fa3f5a0028";
# };
starc = { starc = {
url = "git+https://git.krsnik.at/Kristian/starc-flake.git"; url = "git+https://git.krsnik.at/Kristian/starc-flake.git";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
@ -56,7 +51,6 @@
wallpaper, wallpaper,
nix-index-database, nix-index-database,
vscode-extensions, vscode-extensions,
# prism-launcher,
starc, starc,
scanned-image-extractor, scanned-image-extractor,
}: let }: let
@ -82,7 +76,6 @@
{ {
nixpkgs.overlays = [ nixpkgs.overlays = [
vscode-extensions.overlays.default vscode-extensions.overlays.default
# prism-launcher.overlay
starc.overlays.default starc.overlays.default
scanned-image-extractor.overlays.default scanned-image-extractor.overlays.default