| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: remove superfluous disabled•••There is no need to disable Python packages for Python versions that are no longer in Nixpkgs. This change was generated using the following script: pattern='^\s*disabled\s*=\s*pythonOlder\s*"3\.\([0-9]\|10\)"\s*;\s*$' for f in $(find -name '*.nix'); do grep -q "$pattern" "$f" || continue sed -i "/$pattern/d" "$f" if [ $(grep -c pythonOlder "$f") == 1 ]; then sed -i '/^\s*pythonOlder,\s*$/d' "$f" fi nixfmt "$f" done | Robert Schütz | 2026-01-11 | 1 | -3/+0 |
| * | treewide: clean up 'meta = with' pattern•••This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de> | Ihar Hrachyshka | 2025-12-10 | 1 | -3/+3 |
| * | python312Packages.crownstone-cloud: format with nixfmt | Fabian Affolter | 2024-05-21 | 1 | -17/+12 |
| * | python312Packages.crownstone-cloud: refactor | Fabian Affolter | 2024-05-21 | 1 | -7/+8 |
| * | python312Packages.crownstone-cloud: 1.4.9 -> 1.4.11 | Fabian Affolter | 2024-05-21 | 1 | -18/+7 |
| * | python311Packages.crownstone-cloud: remove asynctest•••Was already patched out, but still provided. | Martin Weinelt | 2023-07-28 | 1 | -2/+0 |
| * | python311Packages.crownstone-cloud: remove asynctest | Fabian Affolter | 2023-03-13 | 1 | -2/+12 |
| * | treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. | Guillaume Girol | 2023-01-21 | 1 | -1/+1 |
| * | python3Packages.crownstone-cloud: 1.4.8 -> 1.4.9 | Fabian Affolter | 2021-11-10 | 1 | -7/+2 |
| * | python3Packages.crownstone-cloud: 1.4.5 -> 1.4.8 | Martin Weinelt | 2021-10-18 | 1 | -5/+9 |
| * | python3Packages.crownstone-cloud: init at 1.4.5 | Fabian Affolter | 2021-10-10 | 1 | -0/+50 |
