kops -> krops

This commit is contained in:
lassulus 2018-05-03 13:11:21 +02:00
parent 999bf89a7b
commit f30debc65c
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ let
in
self: super: {
kops = self.callPackage ./kops {};
krops = self.callPackage ./krops {};
populate = self.callPackage ./populate {};
writeDash = name: text: self.writeScript name ''
#! ${self.dash}/bin/dash