Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 471 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 471 Bytes

Golden NIX

Configurations for networking containers running on golden, a server running in the NYC Resistor hackerspace.

How to build

nix build

How to update dependencies

nix flake update --commit-lock-file
# Don't forget to git push if changes are good

How to apply changes

nix run . -- create -s -u

Why Nix

Our use cases could have been handled by docker, but with docker it is extreamly difficult to reproduce a build.