$ curl https://nixos.org/nix/install | sh
| #! /bin/sh | |
| _CA_CRT='/etc/openvpn/ca.crt' | |
| _TA_KEY='/etc/openvpn/ta.key' | |
| _CA_GUID="$(uuid)" | |
| _CA_X509="$(sudo awk 'ORS="";!/^-----/{print $0}' ${_CA_CRT})" | |
| _GUID="$(uuid)" | |
| _NAME='OpenVPN Playground' | |
| _OPENVPN_USER='user' |
| (ns hello.core | |
| (:require [cljs.nodejs :as nodejs] | |
| [clojure.string :as string] | |
| [cljs.core.async :refer [<! chan put!]]) | |
| (:require-macros [cljs.core.async.macros :refer [go]])) | |
| (def http (nodejs/require "http")) | |
| (def url (nodejs/require "url")) | |
| (defn join-chunk |
$ curl https://nixos.org/nix/install | sh
| version: 2 | |
| jobs: | |
| build: | |
| docker: | |
| - image: circleci/node:latest | |
| steps: | |
| - checkout | |
| - run: yarn install | |
| - run: | |
| command: | |
| { | |
| "packages": [ | |
| { | |
| "email": "[email protected]", | |
| "help": { | |
| "online": "https://kaleidoscope.readthedocs.io" | |
| }, | |
| "maintainer": "Keyboardio", | |
| "name": "keyboardio", | |
| "platforms": [ |
I hereby claim:
To claim this, I am signing this object: