diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2023-02-17 22:56:33 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2023-02-17 22:56:51 +0100 |
| commit | 139504f4ae2ba0cbcad6d1dd93d18c881a0d6b6b (patch) | |
| tree | 78180d3395d1ae0d57eb5ac47df7bbbb664137e7 /modules/nixos/filtron.nix | |
| parent | 7531ec61a93b953de7806fdef31b27a08365ab30 (diff) | |
pkgs: remove filtron (now in nixpkgs)
Diffstat (limited to 'modules/nixos/filtron.nix')
| -rw-r--r-- | modules/nixos/filtron.nix | 3 |
1 files changed, 1 insertions, 2 deletions
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. ''; |
