SaaSHub helps you find the best software and product alternatives Learn more →
Top 17 Python Nix Projects
-
Nix (https://nix.dev/) can provide all of this, although in a smarter way than just through dumping everything in the VCS. Some projects use it already to provide a reproducible development environment and if done right a clean build is just a `nix-build` away.
-
As far as I know, it’s still about [0]. I’ve had a better experience with deploy-rs though [1] - or even just using nixos-rebuild to target the remote machine.
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
Another way if the above doesn't work is to use mach-nix:https://github.com/DavHau/mach-nix
-
-
-
copy the extracted files over to the nix output dir, and patch-elf all the binaries to link to the nix-version of the dynamic lib.
This sounds more difficult than it is, the result will be a copied over binary file that has its “libc.so” and other dynamic libs replaced in the ELF-header with “/nix/store/hdjdewuieu737-libc/libc.so”. I recommend looking up a package in nixpkgs which has a similar install story, that’s the easiest way to write a new package.
In case you only want to run it locally https://github.com/thiagokokada/nix-alien and similar programs work fine with the binary.
-
Project mention: What is the Flakes version of "reproducible interpreted scripts"? | /r/NixOS | 2023-04-26
I'm also not 100% on whether it answers the question, but I imagine you're thinking of https://github.com/abathur/resholve (doc in nixpkgs: https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/misc/resholve/README.md)
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
Project mention: Wolfi: A community Linux OS designed for the container and cloud-native era | news.ycombinator.com | 2023-06-27
I'm not sure what you mean by "non-trivial" but here's a simple discord bot I wrote in python, that I distribute as an OCI image and that is built with Nix for both x86_64 and aarch64 linux via GitHub actions: https://github.com/starcraft66/attention-attention
There is no SBOM because I didn't bother publishing one but the way Nix builds derivations, you basically get the SBOM for free. You could use a tool like sbomnix[1] to trivially generate an SPDX-format SBOM from the nix derivation that builds the container image.
-
-
-
-
-
discord-overlay
A Nixpkgs overlay providing the latest version(s) of the Discord desktop app, automatically updated every 30 minutes (by InternetUnexplorer)
-
-
bibtex2style
bibtex2style is a script that takes .bib file as an input and produces an .xlsx file with entries processed by biblatex with an according style (like `gost`). It also respects bold an italics fonts!
Project mention: bibtex2style: tool for turning your bibliography to (ms word) text | /r/LaTeX | 2023-05-15 -
devenv
Pluggable development environments builder that has potential to support any language or framework environment (by matejc)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Python Nix related posts
- NixOS Reproducible Builds: minimal ISO successfully independently rebuilt
- No-GIL mode coming for Python
- Never again
- I'm almost ready to take the plunge, but first ...
- Why is poetry such a mess?
- Why not native support for pkgs.dockertools for apple silcion
- Cachix 1.3: Nix uploads unleashed
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0f9ba577e0>
www.saashub.com | 11 Dec 2023
Index
What are some of the best open-source Nix projects in Python? This list will help you:
Project | Stars | |
---|---|---|
1 | nix.dev | 1,582 |
2 | nixops | 1,546 |
3 | mach-nix | 799 |
4 | fastapi-mvc | 502 |
5 | vulnix | 352 |
6 | nix-alien | 315 |
7 | resholve | 178 |
8 | shrinkwrap | 114 |
9 | sbomnix | 68 |
10 | nixml | 66 |
11 | nix-prefetch-github | 59 |
12 | elemental | 51 |
13 | nixpkgs-upkeep | 25 |
14 | discord-overlay | 11 |
15 | nix-be | 2 |
16 | bibtex2style | 1 |
17 | devenv | 0 |