1
0
Fork 0

add tutorials.md which includes materials to read about NixOS and related stuff

This commit is contained in:
Pratham Patel 2023-09-02 08:17:43 +05:30
parent cb20911215
commit 9e70be560d
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 10 additions and 0 deletions

10
tutorials.md Normal file
View File

@ -0,0 +1,10 @@
# Nix[OS] tutorials
- [Nix - A One Pager](https://code.tvl.fyi/about/nix/nix-1p)
- [Zero to Nix](https://zero-to-nix.com)
- [nix.dev](https://nix.dev)
## For myself (unrelated to Nix[OS])
- [Rust kernel module](https://wusyong.github.io/posts/rust-kernel-module-00/)
- [Hacking on Kernel Modules in NixOS](https://blog.thalheim.io/2022/12/17/hacking-on-kernel-modules-in-nixos/)