Update render script and Makefile

This commit is contained in:
Jonas Zeunert
2024-04-22 21:54:39 +02:00
parent 2d63fe63cd
commit 4d0cd768f7
10975 changed files with 47095 additions and 4031084 deletions

View File

@@ -1,4 +1,4 @@
 Awesome Nix !Awesome (https://awesome.re/badge.svg) (https://awesome.re)  (https://nixos.org)
 Awesome Nix !Awesome (https://awesome.re/badge.svg) (https://awesome.re)  (https://nixos.org)
▐ A curated list of the best resources in the Nix community.
@@ -66,18 +66,20 @@
Installation Media
⟡ nixos-generators (https://github.com/nix-community/nixos-generators) - Take a NixOS config and build multiple different images types including VirtualBox VMs, Azure images, and installation ISOs.
⟡ nixos-generators
 (https://github.com/nix-community/nixos-generators) - Take a NixOS config and build multiple different images types including VirtualBox VMs, Azure images, and installation ISOs.
⟡ nixos-infect (https://github.com/elitak/nixos-infect) - Replace a running non-NixOS Linux host with NixOS.
⟡ nixos-up (https://github.com/samuela/nixos-up) - Super easy NixOS installer that can be used from the installation ISO.
⟡ nix-installer (https://github.com/DeterminateSystems/nix-installer) - Opinionated alternative to the official Nix install scripts.
⟡ nix-installer-scripts (https://github.com/dnkmmr69420/nix-installer-scripts) - Runs the official installer but does some tweaking as well such as adding fcontext for selinux and installing nix outside of the 
default profile so you don't accidently uninstall it.
⟡ nix-installer-scripts (https://github.com/dnkmmr69420/nix-installer-scripts) - Runs the official installer but does some tweaking as well such as adding fcontext for selinux and installing 
nix outside of the default profile so you don't accidently uninstall it.
Channel History
⟡ Channel History (https://channels.nix.gsc.io) - Get historical git commits for Nix channels.
⟡ Nix Infra Status (https://status.nixos.org) - Get the age and current git commit of each Nix channel.
⟡ Nix Review Tools Reports (https://malob.github.io/nix-review-tools-reports/) - Reports showing problematic dependencies (dependencies causing the most failed builds) for major Hydra jobsets.
⟡ Nix Review Tools Reports
 (https://malob.github.io/nix-review-tools-reports/) - Reports showing problematic dependencies (dependencies causing the most failed builds) for major Hydra jobsets.
⟡ nixpkgs PR tracker (https://nixpk.gs/pr-tracker.html) - A tracker for whether a PR has made it into a channel yet.
@@ -141,13 +143,15 @@
⟡ flakelight (https://github.com/nix-community/flakelight) - A modular flake framework aiming to minimize boilerplate.
⟡ flox (https://github.com/flox/flox) - Manage and share development environments, package projects, and publish artifacts anywhere.
⟡ gitignore.nix (https://github.com/hercules-ci/gitignore.nix) - The most feature-complete and easy-to-use .gitignore integration.
⟡ haumea (https://github.com/nix-community/haumea) - Filesystem-based module system for the Nix language similar to traditional programming languages, with support for file hierarchy and visibility.
⟡ haumea
 (https://github.com/nix-community/haumea) - Filesystem-based module system for the Nix language similar to traditional programming languages, with support for file hierarchy and visibility.
⟡ lorri (https://github.com/nix-community/lorri/) - A much better nix-shell for development that augments direnv.
⟡ namaka (https://github.com/nix-community/namaka) - Snapshot testing for Nix based on haumea.
⟡ nil (https://github.com/oxalica/nil) - NIx Language server, an incremental analysis assistent for writing in Nix.
⟡ niv (https://github.com/nmattia/niv/) - Easy dependency management for Nix projects with package pinning.
⟡ nix-direnv (https://github.com/nix-community/nix-direnv) - A fast loader and flake-compliant configuration for the direnv environment auto-loader.
⟡ nix-health (https://github.com/juspay/nix-health) - A program to check the health of your Nix install. Furthermore, individual projects can configure their own health checks in their flake.nix.
⟡ nix-health (https://github.com/juspay/nix-health) - A program to check the health of your Nix install. Furthermore, individual projects can configure their own health checks in their 
flake.nix.
⟡ nix-update (https://github.com/Mic92/nix-update) - Update versions/source hashes of nix packages.
⟡ nixd (https://github.com/nix-community/nixd) - Nix language server, based on Nix libraries.
⟡ nixpkgs-review (https://github.com/Mic92/nixpkgs-review) - The best tool to verify that a pull-request in Nixpkgs is building properly.
@@ -210,8 +214,8 @@
PureScript
⟡ Easy PureScript Nix (https://github.com/justinwoo/easy-purescript-nix) - A project to easily use PureScript and other tools with Nix.
⟡ purs-nix (https://github.com/purs-nix/purs-nix) - CLI and library combo designed for managing PureScript projects using Nix. It provides a Nix API that can be used within your projects, as well as a 
command-line interface for managing your development process.
⟡ purs-nix (https://github.com/purs-nix/purs-nix) - CLI and library combo designed for managing PureScript projects using Nix. It provides a Nix API that can be used within your projects, as 
well as a command-line interface for managing your development process.
Python
@@ -263,13 +267,14 @@
Webinterface
⟡ MyNixOS (https://mynixos.com/) - Graphical editor for Nix flakes. Create and manage configurations and modules for NixOS and Nix home-manager. Rather a Nix generator than a Nix editor, because it does not 
allow to import Nix files.
⟡ MyNixOS (https://mynixos.com/) - Graphical editor for Nix flakes. Create and manage configurations and modules for NixOS and Nix home-manager. Rather a Nix generator than a Nix editor, 
because it does not allow to import Nix files.
Overlays
⟡ awesome-nix-hpc (https://github.com/freuk/awesome-nix-hpc) - High Performance Computing package sets.
⟡ chaotic-nyx (https://github.com/chaotic-cx/nyx) - Daily bumped bleeding edge packages like mesa_git & others that aren't yet in Nixpkgs. Created by the makers of Chaotic-AUR (https://github.com/chaotic-aur/).
⟡ chaotic-nyx (https://github.com/chaotic-cx/nyx) - Daily bumped bleeding edge packages like mesa_git & others that aren't yet in Nixpkgs. Created by the makers of Chaotic-AUR 
(https://github.com/chaotic-aur/).
⟡ nix-darwin (https://github.com/LnL7/nix-darwin) - Manage macOS configuration just like on NixOS.
⟡ nixpkgs-firefox-darwin (https://github.com/bandithedoge/nixpkgs-firefox-darwin) - Automatically updated Firefox binary packages for macOS.
⟡ nixpkgs-wayland (https://github.com/nix-community/nixpkgs-wayland) - Bleeding-edge Wayland packages.