From 139504f4ae2ba0cbcad6d1dd93d18c881a0d6b6b Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Fri, 17 Feb 2023 22:56:33 +0100 Subject: pkgs: remove filtron (now in nixpkgs) --- modules/nixos/filtron.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/nixos/filtron.nix b/modules/nixos/filtron.nix index 31d77e9..6d75558 100644 --- a/modules/nixos/filtron.nix +++ b/modules/nixos/filtron.nix @@ -16,8 +16,7 @@ in { enable = lib.mkEnableOption "filtron"; package = lib.mkOption { type = lib.types.package; - default = pkgs.personal.filtron; - defaultText = lib.literalExample "pkgs.personal.filtron"; + default = pkgs.filtron; description = '' The package containing the filtron executable. ''; -- cgit v1.2.3