From 1fcaaf7946ac4b107e058fb7e87cd26618a446c2 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 10 May 2024 15:24:13 +0200 Subject: prettier-plugin-go-template: init at 0.0.15 --- default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'default.nix') 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 { }; } -- cgit 1.4.1