Commit Graph

43 Commits

Author SHA1 Message Date
seth
3169a2c192 treewide: add gnome circle team to all gnome circle apps 2024-12-11 14:27:13 -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
aleksana
c140dc89de treewide: add aleksana to maintainer of various gtk packages 2024-12-08 20:40:23 +08:00
Aleksana
262b6bfde0
easyeffects: fix bug 'missing spectrum analyzer' (#344971) 2024-11-19 23:46:03 +08:00
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
Aleksana
50f4b2d2a0
earbuds: init at 0.1.9-unstable-2024-06-28 (#351860) 2024-11-07 21:25:24 +08:00
griffi-gh
54d6c4b154 earbuds: init at 0.1.9-unstable-2024-06-28 2024-11-04 13:14:36 +01:00
Anderson Torres
ddf557de7d
earlyoom: remove AndersonTorres from maintainers (#353091) 2024-11-02 21:28:01 +01:00
Rajas Paranjpe
ff2a59dd02 easyeda2kicad: init at 0.8.0 2024-11-01 08:07:21 +01:00
Pavel Sobolev
6e191af808
earthlyls: init at 0.5.3 2024-10-29 20:57:04 +03:00
R. Ryantm
6d841ab29e eask-cli: 0.10.0 -> 0.10.1 2024-10-14 13:50:31 +00:00
L-Trump
79ad10e0f4
easytier: 2.0.0 -> 2.0.3 2024-10-13 21:52:28 +08:00
R. Ryantm
b314d03bb2 easytier: 1.2.3 -> 2.0.0 2024-10-01 21:33:21 +00:00
Sofi
c2df671cfc
easyeffects: fix bug 'missing spectrum analyzer'
Due to old version of lsp-plugins in nixpkgs, the delay plugin is
incorrectly inserting silence in the plugin output instead of the
processed audio. This has been fixed in lsp-plugins 1.2.17 but is not
in nixpkgs yet.
2024-09-28 02:06:53 +02: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
Aleksana
f81ef6bd77
easytier: init at 1.2.3 (#339616) 2024-09-23 20:21:11 +08:00
L-Trump
c65e2f7d28 easytier: init at 1.2.3 2024-09-23 18:44:59 +08:00
seth
9bdd5a1298
easyeffects: 7.1.8 -> 7.1.9
Changelog: 4c35ba8c38/CHANGELOG.md (719)
Diff: https://github.com/wwmm/easyeffects/compare/v7.1.8...v7.1.9
2024-09-13 23:19:01 -04:00
JenChieh
e81edcaded eask: Rename eask -> eask-cli 2024-09-06 02:16:03 -07:00
seth
49a22c7d3e
easyeffects: 7.1.7 -> 7.1.8
Diff: https://github.com/wwmm/easyeffects/compare/refs/tags/v7.1.7...v7.1.8

Changelog: https://github.com/wwmm/easyeffects/blob/v7.1.8/CHANGELOG.md
2024-08-19 04:28:38 -04:00
jaredmontoya
1699f1d24c ear2ctl: add nix-update-script 2024-07-23 23:35:48 +02:00
Franz Pletz
12a3f8bb88
Merge pull request #322534 from getchoo/pkgs/easyeffects/adopt 2024-07-10 00:39:57 +02:00
jaredmontoya
93e88d3b5b add maintainer 2024-06-29 12:10:40 +02:00
jaredmontoya
fdef98ea30 remove with.lib; 2024-06-29 11:45:20 +02:00
jaredmontoya
1ca2f7ca7c
Fix grammar in ear2ctl description
Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
2024-06-29 11:43:57 +02:00
jaredmontoya
1eb18c3715 replace repo name variable with a string literal
saw nixpkgs maintainer suggest someone who wanted to contribute to
nixpkgs do this so I decided to learn from their mistakes.
2024-06-28 23:47:33 +02:00
seth
008ab4c6f5
easyeffects: 7.1.6 -> 7.1.7
Changelog: https://github.com/wwmm/easyeffects/blob/v7.1.7/CHANGELOG.md
2024-06-25 21:14:24 -04:00
seth
ee0d61e58f
easyeffects: add updateScript 2024-06-25 21:11:36 -04:00
seth
bb22412297
easyeffects: reorganize arguments 2024-06-25 21:10:44 -04:00
seth
ddf6257258
easyeffects: don't overuse with lib;
https://github.com/NixOS/nixpkgs/issues/208242
2024-06-25 21:07:27 -04:00
seth
f54b19ef88
easyeffects: adopt 2024-06-25 21:07:03 -04:00
seth
d0167dee2b
easyeffects: format with nixfmt 2024-06-25 21:06:18 -04:00
seth
3cab8d91e2
easyeffects: migrate to by-name 2024-06-25 21:05:51 -04:00
jaredmontoya
1b78c75b0c ear2ctl: init at 0.1.0 2024-06-22 12:59:13 +02:00
Piotr Kwiecinski
59f5a90d52
eask: add piotrkwiecinski to maintainers 2024-06-17 23:51:32 +02:00
Piotr Kwiecinski
428cd145eb
eask: reformat with nixfmt-rfc-style 2024-06-17 23:48:53 +02:00
Piotr Kwiecinski
89b6ee2b76
eask: migrate to pkgs/by-name 2024-06-17 23:40:08 +02:00
R. Ryantm
6fcc749376 earlyoom: 1.8.1 -> 1.8.2 2024-05-10 17:40:28 +00:00
R. Ryantm
fddd1c04f9 earlyoom: 1.8 -> 1.8.1 2024-05-02 15:07:29 +00:00
Anderson Torres
d36daf07d6 earlyoom: 1.7 -> 1.8
Co-authored-by: R. RyanTM <ryantm-bot@ryantm.com>
2024-04-19 09:58:40 -03:00
Anderson Torres
1b123a1cf3 earlyoom: refactor and adopt
- rewrite input argset
- finalAttrs
- split outputs
- runHooks everywhere
- get rid of nested with
- meta.longDescription
2024-04-19 09:50:56 -03:00
Anderson Torres
0bd067ca39 earlyoom: migrate to by-name 2024-04-19 09:50:56 -03:00
Fabian Affolter
c09da460e4 easyeasm: init at 1.0.6
Attack surface management tool

https://github.com/g0ldencybersec/EasyEASM
2024-01-28 18:16:03 +01:00