6 Commits

Author SHA1 Message Date
429346e940 Added more Developer Resources. 2023-02-28 00:20:28 -08:00
be8aeb1e21 Merge pull request #17 from mikeroyal/mikeroyal-patch-4
Added NixOS Tools.
2023-02-22 01:18:34 -08:00
e4a68dd9a0 Added NixOS Tools. 2023-02-21 01:14:59 -08:00
13e7c4399a Merge pull request #16 from mikeroyal/mikeroyal-patch-3
Added NixOS on WSL to NixOS Tools and Modules.
2023-02-14 00:11:59 -08:00
638f7695f3 Added NixOS on WSL to NixOS Tools and Modules. 2023-02-11 19:13:44 -08:00
22d4185b97 Merge pull request #15 from mikeroyal/mikeroyal-patch-2
Added more Nix tutorials.
2023-02-05 00:47:18 -08:00

View File

@ -135,6 +135,12 @@
- [Home Manager - NixOS Wiki](https://nixos.wiki/wiki/Home_Manager) - [Home Manager - NixOS Wiki](https://nixos.wiki/wiki/Home_Manager)
- [What Is Nix — Developer Tooling | Shopify Engineering](https://shopify.engineering/what-is-nix) - [What Is Nix — Developer Tooling | Shopify Engineering](https://shopify.engineering/what-is-nix)
- [NixOS configurations collection](https://nixos.wiki/wiki/Configuration_Collection)
- [Install and Configure NixOS on a Linode](https://www.linode.com/docs/guides/install-nixos-on-linode/)
- [Zero to Nix from Determinate Systems](https://zero-to-nix.com/start/install)
- [Cheatsheet - NixOS Wiki](https://nixos.wiki/index.php?title=Cheatsheet&useskin=vector) - [Cheatsheet - NixOS Wiki](https://nixos.wiki/index.php?title=Cheatsheet&useskin=vector)
@ -324,6 +330,14 @@
- [Nix-alien](https://github.com/thiagokokada/nix-alien) is a tool to run unpatched binaries on Nix/NixOS easily. - [Nix-alien](https://github.com/thiagokokada/nix-alien) is a tool to run unpatched binaries on Nix/NixOS easily.
- [Disko](https://github.com/nix-community/disko) is a declarative disk partitioning tool using Nix. - [Disko](https://github.com/nix-community/disko) is a declarative disk partitioning tool using Nix.
- [NixOS on WSL](https://github.com/nix-community/NixOS-WSL) is a minimal root filesystem for running NixOS on WSL. It can be used with DistroLauncher as ```install.tar.gz``` or as input to ```wsl --import --version 2```.
- [Appvm](https://github.com/jollheef/appvm) is a simple application VMs (hypervisor-based sandbox) based on Nix package manager. It uses one read-only /nix directory for all appvms. So creating a new appvm (but not first) is just about one minute.
- [Deadnix](https://github.com/astro/deadnix) is a tool that scan ```.nix``` files for dead code (unused variable bindings).
- [nix2container](https://github.com/nlewo/nix2container) isa tool that provides an efficient container development workflow with images built by Nix: it doesn't write tarballs to the Nix store and allows to skip already pushed layers (without having to rebuild them).
## NixOS Desktop ## NixOS Desktop
[Back to the Top](https://github.com/mikeroyal/NixOS-Guide#table-of-contents) [Back to the Top](https://github.com/mikeroyal/NixOS-Guide#table-of-contents)