scan-build
mach-nix
scan-build | mach-nix | |
---|---|---|
2 | 24 | |
355 | 869 | |
- | - | |
0.0 | 4.6 | |
about 2 years ago | 7 months ago | |
Python | Python | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
scan-build
-
Development shell with pros-cli available
I believe its because pros-cli's requirements.txt contains the entry scan-build==2.0.13. The specified version of scan-build requires the python typing package, which is said to conflict with newer python versions. (I don't know python)
-
CLion users: Is CLion a good choice for development in an old project that can only be built with a complicated mess of makefiles?
I've had some success with a custom shell script/makefile project, using compilation database and intercept-build:
mach-nix
- NixOS Is Not Reproducible
-
Installing chatgpt-wrapper
Another way if the above doesn't work is to use mach-nix:https://github.com/DavHau/mach-nix
-
How to install pip3
For python, I can highly recommend mach-nix. Makes it really easy to also keep a requirements.txt to stay compatible with non-nix-users.
-
Updated ESP-IDF and MicroPython expressions
The ESP32 toolchain is quite cumbersome to install - even under NixOS. The wiki tells you to create a shell.nix that creates a python virtual env at the first execution. I used DavHau's mach-nix to create esp-idf.nix and subsequently micropython-esp32.nix.
-
Share your Data Science stack in Nixpkgs
mach-nix and friends are pretty good, but I've found that the expectations of all the commonly-used data science stuff is pretty antithetical to the Nix Way. I'm not sure if it's still the case, but last I tried, Hydra wasn't building CUDA (since it's non-free), so I had to compile that and e.g. TensorFlow and PyTorch. Very painful, even on a beefy system.
- how to install Python packages not yet in the Nix repo?
-
Help with installing python packages.
I don't do much Python, but usually everything works just fine with mach-nix. I would try something like this: ``` { pkgs ? import (fetchTarball "https://github.com/nixos/nixpkgs/archive/nixpkgs-unstable.tar.gz") { } }:
-
Nix: Taming Unix with Functional Programming
There are some sifferent/new tools for adding your own Python packages these days. It's still not truly solved, but one of these new package generation tools might serve your better:
poetry2nix: https://github.com/nix-community/poetry2nix
dream2nix: https://nix-community.github.io/dream2nix/guides/getting-sta...
mach-nix: https://github.com/DavHau/mach-nix
pip2nix: https://github.com/nix-community/pip2nix
pynixify: https://github.com/cript0nauta/pynixify
The tools available to you at the time (pypi2nix and maybe python2nix, if it was a long time ago) have been abandoned in favor of the newer tools, I think chiefly poetry2nix but I'm not sure.
There's still the Nixpkgs buildPythonPackage stuff, I think, if your goal is to upstream a lib into Nixpkgs. But if you just want to build your own Python applications and vendorize the deps (e.g., for work), you might try one of the tools above, which weren't available 3+ years ago. Maybe Nixy Python users and developers can reply with some of their experiences using those tools :)
- what's the best way to transform nixos into "normal distro"
-
How shall I install a Python library/module?
Have a look at mach-nix which is a small utility library for nix to build Python packages declaratively.
What are some alternatives?
Bear - Bear is a tool that generates a compilation database for clang tooling.
poetry2nix - Convert poetry projects to nix automagically [maintainer=]
pmbuild - A simple, configurable and extendible build system for gamedev.
nix-alien - Run unpatched binaries on Nix/NixOS
compiledb - Tool for generating Clang's JSON Compilation Database files for make-based build systems.
discord-overlay - [DEPRECATED] A Nixpkgs overlay providing the latest version(s) of the Discord desktop app, automatically updated every 30 minutes
mach-nix-template - Simple and straight-forward way to create python environments using PyPi in nix
spotify-dl - Downloads songs from your Spotify Playlist
pros-cli - Command Line Interface for managing PROS projects. Works with V5 and the Cortex
lm-evaluation-harness - A framework for few-shot evaluation of language models.
hermes - A python based light-weight build system for C/C++.
nix-prefetch-github - Prefetch sources from github for nix build tool