summaryrefslogtreecommitdiff
path: root/modules/nixos/filtron.nix
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2023-02-17 22:56:33 +0100
committerQuentin Aristote <quentin@aristote.fr>2023-02-17 22:56:51 +0100
commit139504f4ae2ba0cbcad6d1dd93d18c881a0d6b6b (patch)
tree78180d3395d1ae0d57eb5ac47df7bbbb664137e7 /modules/nixos/filtron.nix
parent7531ec61a93b953de7806fdef31b27a08365ab30 (diff)
pkgs: remove filtron (now in nixpkgs)
Diffstat (limited to 'modules/nixos/filtron.nix')
-rw-r--r--modules/nixos/filtron.nix3
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.
'';