forked from: https://gist.github.com/CMCDragonkai/45359ee894bc0c7f90d562c4841117b5
Every Nix derivation produces a Nix store output that has 3 things:
- Executables
- Libraries
- Data
forked from: https://gist.github.com/CMCDragonkai/45359ee894bc0c7f90d562c4841117b5
Every Nix derivation produces a Nix store output that has 3 things:
You would think it would be easy to find this information, but none of the Github or Gandi documentation is clear so I have recorded the required steps here.
Create the following A records:
@ 1800 IN A 185.199.108.153
@ 1800 IN A 185.199.109.153
@ 1800 IN A 185.199.110.153
| # modified from https://www.brodrigues.co/blog/2018-10-05-ggplot2_purrr_officer/ | |
| create_pptx <- function(plt = last_plot(), path = file.choose()){ | |
| if(!file.exists(path)) { | |
| out <- read_pptx() | |
| } else { | |
| out <- read_pptx(path) | |
| } | |
| out %>% |