c80a8556276d9af109284f3357bcaf516c5cdb57
The buildPythonPackage and buildPythonApplication functions now require an explicit format attribute. Previously the default format used setuptools and called setup.py from the source tree, which is deprecated. The modern alternative is to configure pyproject = true with build-system = [ setuptools ].
Jungle
This repository provides two components that can be used independently:
-
A Nix overlay with packages used at BSC (formerly known as bscpkgs). Access them directly with
nix shell .#<pkgname>. -
NixOS configurations for jungle machines. Use
nixos-rebuild switch --flake .to upgrade the current machine.
Description
Languages
Nix
87.3%
C++
6.9%
Shell
3.2%
Python
1.3%
CSS
0.6%
Other
0.5%