From 060a8f28fa1fc648bdf66afb31a5d1efac868837 Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 28 Jul 2023 22:24:15 +0200 Subject: makefu: move out to own repo, add vacation-note --- makefu/5pkgs/switch-launcher/default.nix | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 makefu/5pkgs/switch-launcher/default.nix (limited to 'makefu/5pkgs/switch-launcher/default.nix') diff --git a/makefu/5pkgs/switch-launcher/default.nix b/makefu/5pkgs/switch-launcher/default.nix deleted file mode 100644 index cc7905a31..000000000 --- a/makefu/5pkgs/switch-launcher/default.nix +++ /dev/null @@ -1,24 +0,0 @@ -{ lib, pkgs, python3Packages, ... }: - -with python3Packages; buildPythonPackage rec { - name = "nodemcu-uploader-${version}"; - version = "0.1.0"; - - src = pkgs.fetchFromGitHub { - owner = "ksmit799"; - repo = "switch-launcher"; - rev = version; - sha256 = "0j24dwiqqjiks59s8gilnplsls130mp1jssg2rpjrvj0jg0w52zz"; - }; - - - propagatedBuildInputs = [ - pyusb - ]; - - meta = { - homepage = https://github.com/ksmit799/switch-launcher; - description = "Desktop switch payload launcher based on a modified reswitched injector"; - license = lib.licenses.bsd3; - }; -} -- cgit v1.2.3