diff --git a/README.md b/README.md new file mode 100644 index 0000000..bc0aaa2 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +This is my slide on NixOS CN Meetup #1. + +Title: 在科学计算中使用Nix:实战经验与挑战 + +Download in [Release](https://git.chn.moe/chn/nixos-cn-meetup-presentation/releases). + +Build it using Nix, reproducively: + +```nix +nix build git+https://git.chn.moe/chn/nixos-cn-meetup-presentation +``` +