mirror of
https://cgit.krebsco.de/krops
synced 2024-11-23 11:39:48 +01:00
kops -> krops
This commit is contained in:
parent
999bf89a7b
commit
f30debc65c
2 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ let
|
||||||
in
|
in
|
||||||
|
|
||||||
self: super: {
|
self: super: {
|
||||||
kops = self.callPackage ./kops {};
|
krops = self.callPackage ./krops {};
|
||||||
populate = self.callPackage ./populate {};
|
populate = self.callPackage ./populate {};
|
||||||
writeDash = name: text: self.writeScript name ''
|
writeDash = name: text: self.writeScript name ''
|
||||||
#! ${self.dash}/bin/dash
|
#! ${self.dash}/bin/dash
|
||||||
|
|
Loading…
Reference in a new issue