This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package rose | |
import org.scalacheck._ | |
import scalaz._ | |
import Scalaz._ | |
import scalaz.scalacheck.ScalazArbitrary._ | |
import rose.Rose._ | |
object RoseTest extends Properties("RoseTest") { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"scripts": { | |
"relay": "node scripts/relayCompiler.js" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# accompanying blog - https://kaushikc.org/posts/matrix-jitsi-nixos.html | |
# /etc/nixos/configuration.nix | |
imports = | |
let | |
nur-no-pkgs = | |
import ( | |
builtins.fetchTarball | |
"https://github.com/nix-community/NUR/archive/master.tar.gz" |
OlderNewer