aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs/overlay.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2018-09-16 10:10:37 +0200
committertv <tv@krebsco.de>2018-09-16 10:10:37 +0200
commit5ae2b7f3691364ba17cdb01fde98c2722d3a707e (patch)
treea89625a4c7d405f7918c064cee6287df63fa3b4f /pkgs/overlay.nix
parenta690f0aeca7eb53c9757933607f3d3fdb64c7012 (diff)
pkgs: add nix-writers 3.0.0 to overlaysv1.4.1palo/master
Diffstat (limited to 'pkgs/overlay.nix')
-rw-r--r--pkgs/overlay.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/overlay.nix b/pkgs/overlay.nix
index 95d4938..24ecf17 100644
--- a/pkgs/overlay.nix
+++ b/pkgs/overlay.nix
@@ -5,14 +5,4 @@ in
self: super: {
krops = self.callPackage ./krops {};
populate = self.callPackage ./populate {};
- writeDash = name: text: self.writeScript name ''
- #! ${self.dash}/bin/dash
- ${text}
- '';
- writeJSON = name: value: self.runCommand name {
- json = lib.toJSON value;
- passAsFile = [ "json" ];
- } /* sh */ ''
- ${self.jq}/bin/jq . "$jsonPath" > "$out"
- '';
}