Nix HacktoberFest

Open-source Nix projects categorized as HacktoberFest

Top 16 Nix HacktoberFest Projects

  • nixpkgs

    Nix Packages collection & NixOS

  • Project mention: Eelco Dolstra's leadership is corrosive to the Nix project | news.ycombinator.com | 2024-04-22

    I see two signers in the top 6 displayed on https://github.com/NixOS/nixpkgs/graphs/contributors

  • nix-direnv

    A fast, persistent use_nix/use_flake implementation for direnv [maintainer=@Mic92 / @bbenne10]

  • Project mention: A faster, persistent implementation of direnv's use_Nix and use_flake | news.ycombinator.com | 2023-08-27
  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • sops-nix

    Atomic secret provisioning for NixOS based on sops

  • nixvim

    Configure Neovim with Nix! [maintainer=@pta2002, @traxys, @GaetanLepage]

  • Project mention: Use traditional config on nixos with nixvim | /r/neovim | 2023-12-09

    # .../nixvim.nix { config, pkgs, lib, ... }: let myConfig = builtins.fetchGit { url = "https://github.com/myusername/nvim"; ref = "master"; }; nixvim = import (builtins.fetchGit { url = "https://github.com/nix-community/nixvim"; ref = "nixos-23.05"; }); sqliteLibPath = lib.makeLibraryPath [ pkgs.sqlite ]; in { imports = [ nixvim.homeManagerModules.nixvim ]; home.activation.copyLuaConfig = lib.hm.dag.entryAfter [ "writeBoundary" ] '' if [ ! -d ${config.xdg.configHome}/nvim ]; then mkdir -p ${config.xdg.configHome}/nvim fi shopt -s extglob cp -r ${myConfig}/!(init.lua) ${config.xdg.configHome}/nvim ''; programs.nixvim = { extraPackages = [ pkgs.sqlite ]; enable = true; extraConfigLua = '' vim.g.sqlite_clib_path = "${sqliteLibPath}" .. "/libsqlite3.so" '' + builtins.readFile "${myConfig}/init.lua"; }; }

  • dream2nix

    Simplified nix packaging for various programming language ecosystems [maintainer=@DavHau]

  • Project mention: Dream2nix – Automate reproducible packaging for various language ecosystems | news.ycombinator.com | 2023-10-13
  • nix-1p

    A (more or less) one page introduction to Nix, the language.

  • Project mention: Nix – A One Pager | news.ycombinator.com | 2024-04-06
  • haskell.nix

    Alternative Haskell Infrastructure for Nixpkgs

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • dotfiles

    My NixOS dotfiles (by Mic92)

  • Project mention: My First Impressions of Nix | news.ycombinator.com | 2023-06-19
  • nixos-config

    My Personal Nix/NixOS Configuration. (by Baitinq)

  • Project mention: My First Impressions of Nix | news.ycombinator.com | 2023-06-19
  • napalm

    Support for building npm packages in Nix and lightweight npm registry [maintainer @jtojnar] (by nix-community)

  • nix-rice

    A library to functionally define your configuration and theme (rice) with Nix

  • nix

    my nix modules, overlays, host configurations, and more! (by jpetrucciani)

  • nixpkgs-f2k

    my personal package repository (binary cache included!)

  • nixexprs

    nix stuff

  • nixDir

    Transform a directory into a nix flake

  • machine-configuration

    Configuration files for my NixOS installs

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Nix HacktoberFest related posts

Index

What are some of the best open-source HacktoberFest projects in Nix? This list will help you:

Project Stars
1 nixpkgs 15,656
2 nix-direnv 1,448
3 sops-nix 1,204
4 nixvim 1,142
5 dream2nix 856
6 nix-1p 860
7 haskell.nix 524
8 dotfiles 443
9 nixos-config 121
10 napalm 101
11 nix-rice 87
12 nix 41
13 nixpkgs-f2k 31
14 nixexprs 25
15 nixDir 19
16 machine-configuration 11

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com