From 4a760620d1891b90e3a396dee50bd2b5834300bd Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Mon, 30 Oct 2023 06:50:25 +0100 Subject: [PATCH] Remove spotify-adblock --- spotify/flake.lock | 61 ----------------------------------------- spotify/flake.nix | 35 ----------------------- spotify/spotify-adblock | 1 - 3 files changed, 97 deletions(-) delete mode 100644 spotify/flake.lock delete mode 100644 spotify/flake.nix delete mode 160000 spotify/spotify-adblock diff --git a/spotify/flake.lock b/spotify/flake.lock deleted file mode 100644 index 3e9a197..0000000 --- a/spotify/flake.lock +++ /dev/null @@ -1,61 +0,0 @@ -{ - "nodes": { - "flake-utils": { - "inputs": { - "systems": "systems" - }, - "locked": { - "lastModified": 1681202837, - "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "cfacdce06f30d2b68473a46042957675eebb3401", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "nixpkgs": { - "locked": { - "lastModified": 1683777345, - "narHash": "sha256-V2p/A4RpEGqEZussOnHYMU6XglxBJGCODdzoyvcwig8=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "635a306fc8ede2e34cb3dd0d6d0a5d49362150ed", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixpkgs-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "root": { - "inputs": { - "flake-utils": "flake-utils", - "nixpkgs": "nixpkgs" - } - }, - "systems": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - } - }, - "root": "root", - "version": 7 -} diff --git a/spotify/flake.nix b/spotify/flake.nix deleted file mode 100644 index d99ad23..0000000 --- a/spotify/flake.nix +++ /dev/null @@ -1,35 +0,0 @@ -{ - description = "Spotify flake"; - - inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; - inputs.flake-utils.url = "github:numtide/flake-utils"; - - outputs = { self, nixpkgs, flake-utils}: - flake-utils.lib.eachDefaultSystem - (system: - let - pkgs = import nixpkgs { - inherit system; - config.allowUnfree = true; - }; - spotify-adblock = pkgs.stdenv.mkDerivation { - name = "spotify-adblock"; - src = pkgs.fetchFromGitHub { - owner = "abba23"; - repo = "spotify-adblock"; - rev = "HEAD"; - sha256 = "sha256-5tZ+Y7dhzb6wmyQ+5FIJDHH0KqkXbiB259Yo7ATGjSU="; - }; - }; - in { - devShells.default = pkgs.mkShell { - buildInputs = with pkgs; [ - git - gnumake - rustc - cargo - ]; - }; - } - ); -} diff --git a/spotify/spotify-adblock b/spotify/spotify-adblock deleted file mode 160000 index 22847a7..0000000 --- a/spotify/spotify-adblock +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 22847a7bfa87edf4ca58ee950fd8977d20f0d337