From a753d009fd9927fd0d55e7012e2f852757a61f6d Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Mon, 3 May 2021 21:26:13 +0200 Subject: [PATCH] aaaa --- default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index af69e7f..2c87432 100644 --- a/default.nix +++ b/default.nix @@ -21,8 +21,8 @@ in modules = import ./modules; # NixOS modules overlays = import ./overlays; # nixpkgs overlays - colors = pkgs.callPackage ./pkgs/colors { }; -## eplot = pkgs.callPackage ./pkgs/eplot { }; +## colors = pkgs.callPackage ./pkgs/colors { }; + eplot = pkgs.callPackage ./pkgs/eplot { }; ## synapse-admin = pkgs.callPackage ./pkgs/synapse-admin { }; # matrix-presents = pkgs.callPackage ./pkgs/matrix-presents { };