From d71e586c8ca674e4bb37056d0c61c8f687573162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Thu, 6 Jun 2024 12:31:30 +0200 Subject: [PATCH] Remove notlistener --- flake.lock | 38 +------------------------------------- flake.nix | 3 --- 2 files changed, 1 insertion(+), 40 deletions(-) diff --git a/flake.lock b/flake.lock index e882e27..6f4bc93 100644 --- a/flake.lock +++ b/flake.lock @@ -171,22 +171,6 @@ } }, "nixpkgs_2": { - "locked": { - "lastModified": 1713248628, - "narHash": "sha256-NLznXB5AOnniUtZsyy/aPWOk8ussTuePp2acb9U+ISA=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "5672bc9dbf9d88246ddab5ac454e82318d094bb8", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_3": { "locked": { "lastModified": 1717112898, "narHash": "sha256-7R2ZvOnvd9h8fDd65p0JnB7wXfUvreox3xFdYWd1BnY=", @@ -202,25 +186,6 @@ "type": "github" } }, - "notlistener": { - "inputs": { - "nixpkgs": "nixpkgs_2" - }, - "locked": { - "lastModified": 1713427933, - "narHash": "sha256-Nl12h/3NwvccbZUKqEyIaBohuVu0xpVET/rfriv8jy8=", - "ref": "master", - "rev": "bebe25cc0210518b2a42eeb2fa9ff928cdde4d58", - "revCount": 7, - "type": "git", - "url": "https://git.t-juice.club/torjus/notlistener" - }, - "original": { - "ref": "master", - "type": "git", - "url": "https://git.t-juice.club/torjus/notlistener" - } - }, "poetry2nix": { "inputs": { "flake-utils": "flake-utils_2", @@ -253,13 +218,12 @@ "huecli": "huecli", "nixpkgs": "nixpkgs", "nixpkgs-stable": "nixpkgs-stable", - "notlistener": "notlistener", "sops-nix": "sops-nix" } }, "sops-nix": { "inputs": { - "nixpkgs": "nixpkgs_3", + "nixpkgs": "nixpkgs_2", "nixpkgs-stable": "nixpkgs-stable_2" }, "locked": { diff --git a/flake.nix b/flake.nix index 5261f8d..88cb5f6 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,6 @@ inputs.nixpkgs.follows = "nixpkgs"; }; sops-nix.url = "github:Mic92/sops-nix"; - notlistener.url = "git+https://git.t-juice.club/torjus/notlistener?ref=master"; ghettoptt = { url = "git+https://git.t-juice.club/torjus/ghettoptt?ref=master"; inputs.nixpkgs.follows = "nixpkgs"; @@ -26,7 +25,6 @@ , nixpkgs , nixpkgs-stable , sops-nix - , notlistener , ghettoptt , huecli , ... @@ -78,7 +76,6 @@ ({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-stable - notlistener.overlays.default ghettoptt.overlays.default huecli.overlays.default ];