l 1 prism: I'm not proud of this commit

This commit is contained in:
lassulus 2017-01-26 23:53:46 +01:00
parent 53015a63cb
commit c363534571

View File

@ -316,16 +316,16 @@ in {
script = pkgs.writePython2 "rup" '' script = pkgs.writePython2 "rup" ''
#!${pkgs.python2}/bin/python #!${pkgs.python2}/bin/python
t1 = """ t1 = """
_. _.
;=',_ () ;=',_ ()
8===D~~ S" .--`|| 8===D~~ S" .--`||
sS \__ || sS \__ ||
__.' ( \-->|| __.' ( \-->||
_=/ _./-\/ || _=/ _./-\/ ||
8===D~~ ((\( /-' -'l || 8===D~~ ((\( /-' -'l ||
) |/ \\ (_)) ) |/ \\ (_))
\\ \\ \\ \\
'~ '~ '~ '~
""" """
print(t1) print(t1)
''; '';