diff options
author | lassulus <lass@lassul.us> | 2017-01-26 23:53:46 +0100 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-01-26 23:53:46 +0100 |
commit | c363534571075914bc4bdbab2988c809f3499300 (patch) | |
tree | aea032d49444706cbc08cb884887d6f6bec7826a /lass/1systems/prism.nix | |
parent | 53015a63cb6fd3f20350c37a67e593e5c87cbc9c (diff) |
l 1 prism: I'm not proud of this commit
Diffstat (limited to 'lass/1systems/prism.nix')
-rw-r--r-- | lass/1systems/prism.nix | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/lass/1systems/prism.nix b/lass/1systems/prism.nix index 86c2c7416..386bcf812 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) ''; |