Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bwc9876/dgang

A different approach to learning Nix/NixOS from the comfort of your current distro.
https://github.com/bwc9876/dgang

Last synced: about 17 hours ago
JSON representation

A different approach to learning Nix/NixOS from the comfort of your current distro.

Awesome Lists containing this project

README

        

# DGANG - Dear God, Another Nix/NixOS Guide

A different approach to learning Nix/NixOS from the comfort of your current distro.

## Running Locally

```sh
nix develop
npm i
npm run dev
```

## Building

```sh
nix build .#
```