Commit Graph
600445 Commits
Author SHA1 Message Date
Philip TaronandValentin Gagarin b7bcfbaeeb Avoid top-level with ...; in pkgs/build-support/pkg-config-wrapper/default.nix 2024-03-19 22:31:19 +01:00
Philip TaronandValentin Gagarin 997e54a4fb Avoid top-level with ...; in pkgs/build-support/nix-gitignore/default.nix
We also renamed `filter` (as a name of a parameter) to `predicate` following the naming suggestion in code review. It's better!

Since it's not part of an attrset, the name can change with no impact to semantics, since it can't be observed with `builtins.functionArgs`.

```
$ nix-repl
Nix 2.21.0
Type :? for help.
nix-repl> f = x: y: z: (x + y + z)

nix-repl> builtins.functionArgs f
{ }

nix-repl> :doc builtins.functionArgs
Synopsis: builtins.functionArgs f

    Return a set containing the names of the formal arguments expected by the function f. The value of each attribute is a Boolean denoting whether the corresponding argument has a default value. For instance, functionArgs ({ x, y ?
    123}: ...) = { x = false; y = true; }.

    "Formal argument" here refers to the attributes pattern-matched by the function. Plain lambdas are not included, e.g. functionArgs (x: ...) = { }.
```
2024-03-19 22:31:19 +01:00
Philip TaronandValentin Gagarin 869e556606 Avoid top-level with ...; in pkgs/build-support/fetchsourcehut/default.nix 2024-03-19 22:31:19 +01:00
Philip TaronandValentin Gagarin aa32ce526a Avoid top-level with ...; in pkgs/build-support/fetchrepoproject/default.nix 2024-03-19 22:31:19 +01:00
Philip TaronandValentin Gagarin 4fc5d50549 Avoid top-level with ...; in pkgs/build-support/coq/meta-fetch/default.nix 2024-03-19 22:31:19 +01:00
Philip TaronandValentin Gagarin 03962f077c Avoid top-level with ...; in pkgs/build-support/coq/default.nix 2024-03-19 22:31:19 +01:00
Philip TaronandValentin Gagarin a14127aa64 Avoid top-level with ...; in pkgs/build-support/build-fhsenv-bubblewrap/default.nix 2024-03-19 22:31:19 +01:00
Philip TaronandValentin Gagarin e0611b7ba7 Avoid top-level with ...; in pkgs/build-support/bintools-wrapper/default.nix 2024-03-19 22:31:19 +01:00
Philip TaronandValentin Gagarin 8c4a1e8d66 Avoid top-level with ...; in pkgs/build-support/agda/default.nix 2024-03-19 22:31:19 +01:00
Florian KlinkandGitHub f41fbee73a Merge pull request #297005 from trofi/umockdev-update
umockdev: 0.17.18 -> 0.18.0
2024-03-19 23:00:44 +02:00
Matthieu Coudron 2bf7196dd4 vimPlugins.hardhat-nvim: add nvimRequireCheck 2024-03-19 21:51:52 +01:00
Matthieu Coudron cf53c81a2d vimUtils.neovimRequireCheckHook: fix hook by adding plugin dependencies to rtp
else neovim was not able to find the dependencies
2024-03-19 21:51:52 +01:00
github-actions[bot]andGitHub cc3ebacb50 Merge staging-next into staging 2024-03-19 18:01:30 +00:00
github-actions[bot]andGitHub 7338a5dec5 Merge master into staging-next 2024-03-19 18:01:00 +00:00
Raghav SoodandGitHub a73f28e289 Merge pull request #297214 from andresilva/polkadot-v1.9.0
polkadot: 1.8.0 -> 1.9.0
2024-03-20 01:52:11 +08:00
a-n-n-a-l-e-eandGitHub 5e500c383d Merge pull request #283591 from a-n-n-a-l-e-e/llvm11-drop
treewide: drop LLVM11
2024-03-19 10:27:52 -07:00
7c6f434candGitHub a1d99c033b Merge pull request #284433 from r-ryantm/auto-update/freeipmi
freeipmi: 1.6.11 -> 1.6.14
2024-03-19 17:25:05 +00:00
Will FancherandGitHub f0701b576a Merge pull request #290061 from SuperSandro2000/kernel-modules-package-name
nixos/boot: move name overwrite to pkgs.aggregateModules to option
2024-03-19 13:04:19 -04:00
Will FancherandGitHub 5e938f3f92 Merge pull request #297077 from sdht0/systemd-update
systemd: 255.2 -> 255.4
2024-03-19 13:03:11 -04:00
ManuelGitHubManu [tennox] <tennox+git@txlab.io>Sandro
9a747326c4 neo-cowsay: set meta.mainProgram (#297206)
Co-authored-by: Manu [tennox] <tennox+git@txlab.io>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-03-19 17:40:23 +01:00
André Silva d4ded8f9ca polkadot: 1.8.0 -> 1.9.0 2024-03-19 16:30:41 +00:00
Martin Weinelt 7762462405 Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/flask-security-too/default.nix
2024-03-19 17:30:16 +01:00
Bobby RongandGitHub a5bee07d3f Merge pull request #297208 from bobby285271/fix/budgie-test
nixosTests.budgie: Split run dialog subtest
2024-03-20 00:28:10 +08:00
SandroandGitHub 85426e06d0 Merge pull request #292973 from gador/flask-security-too-5.4.1 2024-03-19 17:16:54 +01:00
SandroandGitHub 7eefea6d32 Merge pull request #295077 from katexochen/go120/remove 2024-03-19 17:13:16 +01:00
Bobby Rong b5f838a2ca nixosTests.budgie: Split run dialog subtest
The original b-c-c subtest is probably flaky, as I didn't actually ensure
the inputbox focused before typing. Instead of another hacky xdotool,
split the run dialog subtest out.

https://hydra.nixos.org/build/253473303/nixlog/37
2024-03-19 23:59:56 +08:00
R. Ryantm 863a8f368f freeipmi: 1.6.11 -> 1.6.14 2024-03-19 15:54:48 +00:00
StigandGitHub de90a6c7c4 Merge pull request #296331 from r-ryantm/auto-update/yamlscript
yamlscript: 0.1.41 -> 0.1.45
2024-03-19 16:41:27 +01:00
Bobby RongandGitHub 2dcadb7087 Merge pull request #297072 from FedericoSchonborn/add-federicoschonborn
maintainers: Add federicoschonborn back again
2024-03-19 23:12:06 +08:00
nixpkgs-merge-bot[bot]andGitHub 5171ed6431 Merge pull request #297064 from r-ryantm/auto-update/txr
txr: 293 -> 294
2024-03-19 14:59:28 +00:00
annalee ca5e01c3f4 treewide: drop LLVM11 2024-03-19 14:54:23 +00:00
annalee 7c4b2a599c freshBootstrapTools: LLVM11 unpin 2024-03-19 14:54:23 +00:00
Jon SeagerandGitHub 8e90afb61f Merge pull request #291245 from t4ccer/t4/opshin/init 2024-03-19 14:54:09 +00:00
Adam C. StephensandGitHub 64eb8fcf9b Merge pull request #297158 from andresilva/waybar-wireplumber-0.4
waybar: build against wireplumber-0.4
2024-03-19 10:44:14 -04:00
R. Ryantm 92b5c524fb yamlscript: 0.1.41 -> 0.1.45 2024-03-19 14:13:37 +00:00
superherointjandGitHub 8c7a594e40 Merge pull request #293579 from superherointj/vcluster-0.19.3
vcluster: 0.19.1 -> 0.19.4
2024-03-19 13:59:06 +00:00
a-n-n-a-l-e-eandGitHub 13dd682778 Merge pull request #297147 from a-n-n-a-l-e-e/duckdb-update
duckdb,python311Packages.duckdb: 0.10.0 -> 0.10.1, add update script
2024-03-19 06:57:43 -07:00
Aaron JhengandGitHub e8ebea1fd1 confd: 0.16.0 -> 0.16-unstable-2023-12-09 (#297095) 2024-03-19 14:42:55 +01:00
Sophie TauchertandFrancesco Gazzetta 3da286dbe2 openmoji-color,openmoji-black: 14.0.0 -> 15.0.0 2024-03-19 14:39:50 +01:00
Weijia WangandGitHub dbdb1f1b8b Merge pull request #296917 from magnetophon/surge-XT
surge-xt: fix shifting hash
2024-03-19 14:24:12 +01:00
Nick CaoandGitHub aa90a70596 Merge pull request #297159 from r-ryantm/auto-update/oelint-adv
oelint-adv: 4.4.1 -> 4.4.4
2024-03-19 09:16:22 -04:00
Nick CaoandGitHub ce44d85f16 Merge pull request #297165 from r-ryantm/auto-update/terragrunt
terragrunt: 0.55.15 -> 0.55.18
2024-03-19 09:15:27 -04:00
Nick CaoandGitHub 4669d79394 Merge pull request #297094 from r-ryantm/auto-update/storj-uplink
storj-uplink: 1.100.2 -> 1.100.3
2024-03-19 09:12:57 -04:00
Nick CaoandGitHub e78974f80b Merge pull request #297114 from r-ryantm/auto-update/namespace-cli
namespace-cli: 0.0.350 -> 0.0.351
2024-03-19 09:12:09 -04:00
Nick CaoandGitHub 7198bb708c Merge pull request #297138 from r-ryantm/auto-update/python311Packages.diffusers
python311Packages.diffusers: 0.27.0 -> 0.27.1
2024-03-19 09:09:57 -04:00
Nick CaoandGitHub 1a25493df2 Merge pull request #297145 from fabaff/aiocurrencylayer-bump
python311Packages.aiocurrencylayer: 1.0.5 -> 1.0.6
2024-03-19 09:09:16 -04:00
Nick CaoandGitHub 47e6e9e798 Merge pull request #297071 from r-ryantm/auto-update/earthly
earthly: 0.8.5 -> 0.8.6
2024-03-19 09:07:34 -04:00
Fabian AffolterandGitHub 419dc9add4 Merge pull request #296795 from r-ryantm/auto-update/python312Packages.python-stdnum
python312Packages.python-stdnum: 1.19 -> 1.20
2024-03-19 14:07:05 +01:00
Nick CaoandGitHub 649d4a4e93 Merge pull request #297076 from r-ryantm/auto-update/kubernetes-helmPlugins.helm-unittest
kubernetes-helmPlugins.helm-unittest: 0.4.2 -> 0.4.3
2024-03-19 09:06:24 -04:00
Nick CaoandGitHub 571e5f6ecc Merge pull request #297093 from r-ryantm/auto-update/semantic-release
semantic-release: 23.0.3 -> 23.0.5
2024-03-19 09:04:47 -04:00