about summary refs log tree commit diff stats
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/default.nix b/default.nix
index 3846c24..5faa6e6 100644
--- a/default.nix
+++ b/default.nix
@@ -14,7 +14,5 @@
   modules = import ./modules; # NixOS modules
   overlays = import ./overlays; # nixpkgs overlays
 
-  example-package = pkgs.callPackage ./pkgs/example-package { };
-  # some-qt5-package = pkgs.libsForQt5.callPackage ./pkgs/some-qt5-package { };
-  # ...
+  prettier-plugin-go-template = pkgs.callPackage ./pkgs/prettier-plugin-go-template { };
 }