Commit Graph

80 Commits

Author SHA1 Message Date
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
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
R. Ryantm
1800d8cec5 home-manager: 0-unstable-2024-06-22 -> 0-unstable-2024-06-26 2024-06-28 05:10:54 +00:00
Martin Weinelt
2096642430
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/os-specific/windows/mingw-w64/default.nix
2024-06-23 19:09:00 +02:00
R. Ryantm
8593ad0d69 home-manager: 0-unstable-2024-06-13 -> 0-unstable-2024-06-22 2024-06-22 09:18:39 +00:00
github-actions[bot]
098fe8ee26
Merge staging-next into staging 2024-06-14 18:01:39 +00:00
Martin Weinelt
abdf5dc772
treewide: remove pythonRelaxDepsHook references
It is is now provided automatically, when `pythonRelaxDeps` or
`pythonRemoveDeps` is defined through `mk-python-derivation`.
2024-06-14 14:52:00 +02:00
R. Ryantm
4430414546 home-manager: 0-unstable-2024-06-04 -> 0-unstable-2024-06-13 2024-06-14 11:25:27 +00:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
54693ba6fb home-manager: 0-unstable-2024-05-30 -> 0-unstable-2024-06-04 2024-06-07 04:03:10 +00:00
Peder Bergebakken Sundt
dac1ac87ae
Merge pull request #307856 from markus-heinrich/submit/horcrux
horcrux: init at unstable-2023-09-19
2024-06-05 04:12:27 +02:00
R. Ryantm
8f3d1f9d4a home-manager: 0-unstable-2024-05-23 -> 0-unstable-2024-05-30 2024-05-30 21:37:20 +00:00
R. Ryantm
e656bd0b24 home-manager: 0-unstable-2024-05-17 -> 0-unstable-2024-05-23 2024-05-24 19:56:41 +00:00
R. Ryantm
954508bcb5 home-manager: 0-unstable-2024-05-12 -> 0-unstable-2024-05-17 2024-05-19 15:05:57 +00:00
Pol Dellaiera
ab862269fb
Merge pull request #311548 from r-ryantm/auto-update/home-manager
home-manager: 0-unstable-2024-05-05 -> 0-unstable-2024-05-12
2024-05-14 21:20:39 +02:00
Atemu
b4047a0455
Merge pull request #279260 from SuperSamus/multiPkgs-false-remove
treewide: remove `multiArch=false` and wrong usage of `extraPkgs`
2024-05-14 09:59:43 +02:00
R. Ryantm
696eb3a330 home-manager: 0-unstable-2024-05-05 -> 0-unstable-2024-05-12 2024-05-14 03:15:28 +00:00
Martino Fontana
6e465f4550 treewide: fix use of extraPkgs in AppImages
Mostly removes unnecessary use of `extraPkgs = pkgs: appimageTools.defaultFhsEnvArgs.multiPkgs pkgs;`
This caused some packages to be listed twice.

Also, fix some styling, and accidental use of top-level packages (sometimes due to the `with;` keyword, e.g. on `beeper`).
Remove inclusions of `bash`, since `bashInteractive` is already present by default.
2024-05-13 20:35:07 +02:00