All Projects → Tokyo-NixOS → presentations

Tokyo-NixOS / presentations

Licence: other
Presentations at the Tokyo Nixos Meetup

Programming Languages

javascript
184084 projects - #8 most used programming language
Nix
1067 projects
CSS
56736 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects
haskell
3896 projects

Projects that are alternatives of or similar to presentations

nix-articles
Some articles about getting started with Nix programming & configuration
Stars: ✭ 134 (+135.09%)
Mutual labels:  nix, nixos
nixvim
Configure Neovim with Nix!
Stars: ✭ 120 (+110.53%)
Mutual labels:  nix, nixos
nix-gaming
Gaming on Nix
Stars: ✭ 142 (+149.12%)
Mutual labels:  nix, nixos
rc
Structured system configuration (I moved from NixOS to GuixSD)
Stars: ✭ 97 (+70.18%)
Mutual labels:  nix, nixos
nix-xdg
[WIP] Nix overlay for making programs xdg compliant
Stars: ✭ 18 (-68.42%)
Mutual labels:  nix, nixos
fromElisp
An Emacs Lisp reader in Nix.
Stars: ✭ 26 (-54.39%)
Mutual labels:  nix, nixos
nixos-configuration
A repo for my nixos configuration files
Stars: ✭ 20 (-64.91%)
Mutual labels:  nix, nixos
Mach Nix
Create highly reproducible python environments
Stars: ✭ 231 (+305.26%)
Mutual labels:  nix, nixos
nix-configs
My Nix{OS} configuration files
Stars: ✭ 54 (-5.26%)
Mutual labels:  nix, nixos
dns.nix
A Nix DSL for DNS zone files
Stars: ✭ 69 (+21.05%)
Mutual labels:  nix, nixos
impermanence
Modules to help you handle persistent state on systems with ephemeral root storage [maintainer=@talyz]
Stars: ✭ 401 (+603.51%)
Mutual labels:  nix, nixos
dotfiles-nix
Configuration files for my NixOS machine, declared by home-manager
Stars: ✭ 137 (+140.35%)
Mutual labels:  nix, nixos
dotfiles
My NixOS configuration featuring awesome and neovim
Stars: ✭ 40 (-29.82%)
Mutual labels:  nix, nixos
gradle2nix
Generate Nix expressions which build Gradle-based projects.
Stars: ✭ 71 (+24.56%)
Mutual labels:  nix, nixos
Nox
Tools to make nix nicer to use
Stars: ✭ 232 (+307.02%)
Mutual labels:  nix, nixos
comma
Comma runs software without installing it. [maintainers=@Artturin,@burke,@DavHau]
Stars: ✭ 626 (+998.25%)
Mutual labels:  nix, nixos
Arion
Run docker-compose with help from Nix/NixOS
Stars: ✭ 202 (+254.39%)
Mutual labels:  nix, nixos
Nix 1p
A (more or less) one page introduction to Nix, the language.
Stars: ✭ 219 (+284.21%)
Mutual labels:  nix, nixos
nixos-installer
Combining the power of Nix, Guile & Elm to install NixOS
Stars: ✭ 14 (-75.44%)
Mutual labels:  nix, nixos
nix-config
A collection of my system configs and dotfiles
Stars: ✭ 35 (-38.6%)
Mutual labels:  nix, nixos

東京Nixosミートアップ勉強会資料

Tokyo Nixos Meetupに紹介された資料を集めるレポジトリです。

資料一覧

2017年

2016年

2015年

ビルド

Nix (NixOS、Nix)

Nixで各資料をビルドできます、例:

$ nix-build YYYY/MM

引数も指定できます:

$ nix-build YYYY/MM --argstr style dark --arg incremental false

結果はresultフォルダーに作成され、コマンドで資料をqutebrowserで開始できます

$ ./result/bin/meetup-YYYY-MM

Pandoc

pandocでも資料を生成できます、例

$ pandoc -s -t slidy YYYY/MM/source.markdown -o index.html --css common-files/base.css --css common-files/light.css
$ firefox index.html

ファイル一覧

  • mkPresentation.nix: プレゼンテーションを生成するNix Expression
  • common-files: プレゼンテーションで使うCSSと画像
  • YYYY: 書く勉強会のソース資料、source.mardownはgithubでも見れます

資料修正や追加はお気軽にPull Requestかissueでお願いします!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].