summaryrefslogtreecommitdiffstats
path: root/krebs/2configs
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2021-01-08 00:39:04 +0100
committerlassulus <lassulus@lassul.us>2021-01-08 09:21:18 +0100
commit3a7e4f7ae3b15e2ccd2ca50c52734c50f6257c6e (patch)
treee42ddb1bbc7d3690524f7c1741ed2f7850c36067 /krebs/2configs
parentf3f6778c035f11b361beefc23cbb4250a94be7fb (diff)
go-shortener: remove package
Diffstat (limited to 'krebs/2configs')
-rw-r--r--krebs/2configs/go.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/krebs/2configs/go.nix b/krebs/2configs/go.nix
index c39b08a8..ce5db62d 100644
--- a/krebs/2configs/go.nix
+++ b/krebs/2configs/go.nix
@@ -2,9 +2,6 @@
with import <stockholm/lib>;
{
- environment.systemPackages = [
- pkgs.go-shortener
- ];
krebs.go = {
enable = true;
};