diff options
author | lassulus <git@lassul.us> | 2023-07-30 15:36:15 +0200 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-07-30 15:36:15 +0200 |
commit | be69562a42c781de1d6938c7d579f12aafcd7c8a (patch) | |
tree | 2bb3b3e6a200c279a07346721ab4bd5aca84ebc0 | |
parent | d3aa03fe0e098d6fc0b55cc48a2443e15879dae8 (diff) |
realwallpaper: ignore constellation errors
-rw-r--r-- | krebs/5pkgs/simple/realwallpaper/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/5pkgs/simple/realwallpaper/default.nix b/krebs/5pkgs/simple/realwallpaper/default.nix index 544abb3a3..5364a37dc 100644 --- a/krebs/5pkgs/simple/realwallpaper/default.nix +++ b/krebs/5pkgs/simple/realwallpaper/default.nix @@ -275,7 +275,7 @@ pkgs.writers.writeDashBin "generate-wallpaper" '' } ./get_constellations.py} ${pkgs.fetchurl { url = "https://raw.githubusercontent.com/ofrohn/d3-celestial/d2e20e104b86429d90ac8227a5b021262b45d75a/data/constellations.lines.json"; sha256 = "0g71fdrnxvxd6pcqvihj2q9iaynrl7px45kzw6qm1kymynz6ckr9"; - }} > constellations.arcs + }} > constellations.arcs || : # seems like astropy doesn't want to convert from icrs to itrs anymore xplanet --num_times 1 --geometry $xplanet_out_size \ --output xplanet-krebs-stars-output.png --projection merc \ |