blog: nixos upstreaming: publish

This commit is contained in:
colin 2022-10-13 20:36:09 -07:00
parent 5987581f12
commit 70e7d8e94a
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
+++
title = "How To Casually Contribute to NixOS/Nixpkgs"
description = "DRY flake-based workflow for upstreaming simple package changes"
description = "a low-maintenance workflow for upstreaming simple package changes"
date = 2022-10-13
+++
as a [nix/nixOS](https://nixos.org) user, you'll inherently find yourself writing code, and some of this code might be valuable to others: be it new packages, improvements upon existing packages, or new services/options. part of what makes nix successful (IMO) is the ease of sharing work and upstreaming, so i'm setting out here to show some easy workflows for doing so.