From 9da8bbeb3795df4977e48532d8ba73046477a01a Mon Sep 17 00:00:00 2001 From: Kristian Krsnik Date: Tue, 6 Feb 2024 15:52:02 +0100 Subject: [PATCH] (re)moved comments --- flake.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/flake.nix b/flake.nix index ccf865a..de7e836 100644 --- a/flake.nix +++ b/flake.nix @@ -30,11 +30,6 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - # prism-launcher = { - # # Commit of the 6.3 Release (The last release with FTB support) - # url = "github:PrismLauncher/PrismLauncher/39bba9cbfadc0aac3ef571a80e78a9fa3f5a0028"; - # }; - starc = { url = "git+https://git.krsnik.at/Kristian/starc-flake.git"; inputs.nixpkgs.follows = "nixpkgs"; @@ -56,7 +51,6 @@ wallpaper, nix-index-database, vscode-extensions, - # prism-launcher, starc, scanned-image-extractor, }: let @@ -82,7 +76,6 @@ { nixpkgs.overlays = [ vscode-extensions.overlays.default - # prism-launcher.overlay starc.overlays.default scanned-image-extractor.overlays.default