Commit Graph

96 Commits

Author SHA1 Message Date
Felix Bühler
45344f2de4
houdini: fix fhsenv version (#363168) 2024-12-10 19:54:58 -05:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Patrick
b09c677bab homebox: 0.15.2 -> 0.16.0 2024-12-01 17:46:31 +01:00
R. Ryantm
f2bb2fbc45 home-manager: 0-unstable-2024-10-20 -> 0-unstable-2024-11-29 2024-12-01 06:28:57 +00:00
Philip Taron
76fe013a4b
treewide: use dpkg setup hook (#359417) 2024-11-27 16:11:23 -08:00
jopejoe1
e51a9df08a treewide: use dpkg setup hook 2024-11-26 21:57:29 +01:00
wxt
ab380b8d22
horizon-eda: fix build 2024-11-26 22:24:49 +08:00
wxt
8f1334f790
horizon-eda: nixfmt 2024-11-26 22:24:41 +08:00
Felix Bühler
b34206cb7c
homer: init 24.11.4 (#354293) 2024-11-22 23:04:51 +01:00
Felix Buehler
988b26f3ee homer: init 24.11.4 2024-11-22 22:01:56 +01:00
Anderson Torres
58fe14bdf9 treewide: remove AndersonTorres from some packages' meta.maintainers 2024-11-21 21:24:15 -03:00
Nicholas Hassan
d90f9e07a8
hoppscotch: 24.8.1-0 -> 24.10.2-0 2024-11-14 17:45:32 +10:30
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Weijia Wang
3a6db90685
hof: 0.6.9-beta.1 -> 0.6.9 (#346747) 2024-11-06 02:50:33 +01:00
techknowlogick
b4bdaa19e2 hof: nixfmt 2024-11-05 12:02:23 -05:00
Jim Garrison
ab7ed101a1
host-spawn: init at 1.6.0 (#349674)
* host-spawn: init at 1.6.0

* Update `license` and `platforms`
2024-10-26 15:05:20 +02:00
nixpkgs-merge-bot[bot]
8cfc95fcd2
home-manager: 0-unstable-2024-09-26 -> 0-unstable-2024-10-20 (#350020) 2024-10-21 01:14:26 +00:00
R. Ryantm
d45e7c4509 home-manager: 0-unstable-2024-09-26 -> 0-unstable-2024-10-20 2024-10-20 12:48:40 +00:00
Gutyina Gergő
9744efc3b0
treewide: update pnpmDeps hashes 2024-10-19 23:50:41 +02:00
R. Ryantm
8f81c98ec0 homebank: 5.8.3 -> 5.8.5 2024-10-14 20:45:12 +00:00
Bjørn Forsman
9a34180788 homebox: 0.13.0 -> 0.15.2
The new version requires go-1.23+.
2024-10-10 20:48:07 +02:00
Bjørn Forsman
f4a1842ad5 homebox: add passthru.tests 2024-10-10 20:48:07 +02:00
techknowlogick
823adf6a2e hof: 0.6.9-beta.1 -> 0.6.9
Diff: https://github.com/hofstadter-io/hof/compare/v0.6.9-beta.1...v0.6.9
2024-10-05 18:04:01 -04:00
R. Ryantm
07e8ee2c4f home-manager: 0-unstable-2024-09-21 -> 0-unstable-2024-09-26 2024-09-30 20:54:17 +00:00
Robert Schütz
543781083a treewide: replace passthru.optional-dependencies with optional-dependencies 2024-09-29 20:37:23 -07:00
Franz Pletz
19630aa75d
home-manager: use inetutils for hostname (#344341) 2024-09-26 15:52:09 +02:00
Bryan Lai
abcfa4b288 home-manager: add minor improvements
- add `jq` dependency, following upstream
- use `--cmd` with `installShellCompletion`
- remove unnecessary `placeholder`s
- add myself @bryango to maintainers

See: https://github.com/nix-community/home-manager/blob/master/home-manager/default.nix
2024-09-25 11:13:07 +08:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Bryan Lai
ce9dcd287a home-manager: use inetutils for hostname
Following the upstream commit:
  c82fc8cf3f
2024-09-24 17:06:10 +08:00
R. Ryantm
c770afe788 home-manager: 0-unstable-2024-09-09 -> 0-unstable-2024-09-21 2024-09-22 00:47:15 +00:00
Peder Bergebakken Sundt
00cc352311 hoppscotch: fix meta.changelog 2024-09-20 21:09:48 +02:00
Frank Lanitz
9a43175f8a homebank: format 2024-09-20 10:33:21 +02:00
Frank Lanitz
37ca64fd76 homebank: 5.8.2 -> 5.8.3 2024-09-20 10:33:21 +02:00
Frank Lanitz
3c59a7e43f homebank: move to pkgs/by-name 2024-09-20 10:33:21 +02:00
Peder Bergebakken Sundt
c3c413a5ea
hoppscotch: 24.3.3-1 -> 24.8.1-0 (#340777) 2024-09-19 22:39:58 +02:00
R. Ryantm
22ffe5cfce home-manager: 0-unstable-2024-08-23 -> 0-unstable-2024-09-09 2024-09-09 20:03:44 +00:00
DataHearth
bde8bfd131
hoppscotch: 24.3.3-1 -> 24.8.1-0 2024-09-09 15:11:42 +02:00
Bjørn Forsman
4861c28956 homebox: update URLs in documentation
https://github.com/hay-kot/homebox was archived on 2024-06-12 and we use
the https://github.com/sysadminsmedia/homebox fork since the beginning,
in commit 4be8e799db
("homebox: init at 0.13.0").

Update the documentation to be in sync with the source we build from.
2024-09-06 19:34:15 +02:00
R. Ryantm
33579173e5 home-manager: 0-unstable-2024-08-18 -> 0-unstable-2024-08-23 2024-08-27 14:37:09 +00:00
Pol Dellaiera
3ebae9717f
Merge pull request #336313 from r-ryantm/auto-update/home-manager
home-manager: 0-unstable-2024-08-11 -> 0-unstable-2024-08-18
2024-08-21 14:35:12 +02:00
R. Ryantm
85860c451f home-manager: 0-unstable-2024-08-11 -> 0-unstable-2024-08-18 2024-08-21 11:29:28 +00:00
Sandro
69701a3807
Merge pull request #320060 from PatrickDaG/homebox
homebox: init at 0.13.0; nixos/homebox: init
2024-08-18 16:32:43 +02:00
R. Ryantm
cb9f153a1e home-manager: 0-unstable-2024-08-02 -> 0-unstable-2024-08-11 2024-08-13 14:35:30 +00:00
Patrick
4be8e799db
homebox: init at 0.13.0 2024-08-08 20:00:45 +02:00
R. Ryantm
5bcfc8dd35 home-manager: 0-unstable-2024-07-24 -> 0-unstable-2024-08-02 2024-08-06 03:55:43 +00:00
R. Ryantm
92d76380aa home-manager: 0-unstable-2024-07-11 -> 0-unstable-2024-07-24 2024-07-25 04:52:44 +00:00
R. Ryantm
3b3d73411e home-manager: 0-unstable-2024-07-05 -> 0-unstable-2024-07-11 2024-07-15 10:01:53 +00:00
Martin Weinelt
d154537783
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/duckduckgo-search/default.nix
2024-07-05 15:48:02 +02:00
R. Ryantm
f79617b9ba home-manager: 0-unstable-2024-06-26 -> 0-unstable-2024-07-05 2024-07-05 06:20:07 +00:00
github-actions[bot]
e335319c82
Merge master into staging-next 2024-06-28 12:01:10 +00:00