summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lass@lassul.us>2017-01-26 23:53:46 +0100
committerlassulus <lass@lassul.us>2017-01-26 23:53:46 +0100
commitc363534571075914bc4bdbab2988c809f3499300 (patch)
treeaea032d49444706cbc08cb884887d6f6bec7826a
parent53015a63cb6fd3f20350c37a67e593e5c87cbc9c (diff)
l 1 prism: I'm not proud of this commit
-rw-r--r--lass/1systems/prism.nix20
1 files changed, 10 insertions, 10 deletions
diff --git a/lass/1systems/prism.nix b/lass/1systems/prism.nix
index 86c2c741..386bcf81 100644
--- a/lass/1systems/prism.nix
+++ b/lass/1systems/prism.nix
@@ -316,16 +316,16 @@ in {
script = pkgs.writePython2 "rup" ''
#!${pkgs.python2}/bin/python
t1 = """
- _.
- ;=',_ ()
- 8===D~~ S" .--`||
- sS \__ ||
- __.' ( \-->||
- _=/ _./-\/ ||
- 8===D~~ ((\( /-' -'l ||
- ) |/ \\ (_))
- \\ \\
- '~ '~
+ _.
+ ;=',_ ()
+ 8===D~~ S" .--`||
+ sS \__ ||
+ __.' ( \-->||
+ _=/ _./-\/ ||
+ 8===D~~ ((\( /-' -'l ||
+ ) |/ \\ (_))
+ \\ \\
+ '~ '~
"""
print(t1)
'';