about summary refs log tree commit diff
path: root/pkgs/misc
AgeCommit message (Collapse)AuthorFilesLines
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch113-227/+227
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11Merge master into staging-nextgithub-actions[bot]2-1/+33
2021-01-11uboot: allow bigger kernels to boot on raspberry pi (#108975)Milan2-1/+33
Fixes #97064
2021-01-10Merge master into staging-nextFrederik Rietdijk4-0/+69
2021-01-10Merge pull request #100042 from siraben/oberon-risc-emu-initSandro1-0/+27
oberon-risc-emu: init at 2020-08-18
2021-01-10Merge pull request #108854 from rhoriguchi/vscode-extensions/partial-diffSandro1-0/+12
vscode-extensions.ryu1kn.partial-diff: init at 1.4.1
2021-01-10Merge pull request #108830 from khumba/hplip-ppd-search-pathDoron Behar2-0/+30
2021-01-09hplip: fix hp-setup crash by adding proper NixOS PPD search pathBryan Gardiner2-0/+30
HPLIP's getSystemPPDs() function relies on searching for PPDs below common FHS paths. None of these exist on NixOS, but the code assumes that at least one of the directories will be found, and crashes when it doesn't (cups_ppd_path is None and the code passes that to os.path.join). A usable PPD search path for the running system on NixOS is /var/lib/cups/path/share, so this patches the source to check this path as well. This should fix the NixOS case and keep non-NixOS cases working too.
2021-01-10Merge master into staging-nextgithub-actions[bot]2-74/+113
2021-01-09vimPlugins.fzf-lsp-nvim: init at 2020-12-24Andrey Kuznetsov2-0/+13
2021-01-09vimPlugins: updateAndrey Kuznetsov1-2/+2
2021-01-09vimPlugins.lualine-nvim: init at 2021-01-09Andrey Kuznetsov2-0/+13
2021-01-09vimPlugins.lsp-status-nvim: init at 2021-01-05Andrey Kuznetsov2-0/+13
2021-01-09vimPlugins: updateAndrey Kuznetsov1-74/+74
2021-01-09Merge master into staging-nextgithub-actions[bot]2-0/+26
2021-01-09Merge pull request #108811 from jlesquembre/aniseedSandro2-0/+13
vimPlugins.aniseed: init at 2021-01-08
2021-01-09Merge pull request #108205 from ivankovnatsky/patch-9Guillaume Girol2-0/+13
vimPlugins.vim-git: init at 2020-07-13
2021-01-09vscode-extensions.ryu1kn.partial-diff: init at 1.4.1Ryan Horiguchi1-0/+12
2021-01-09Merge branch 'master' into staging-nextMichael Weiss3-86/+111
Manually resolved a conflict in pkgs/development/libraries/libbladeRF/default.nix.
2021-01-09Merge pull request #108783 from tbidne/rainbow-csvSandro1-0/+12
vscode-extensions.mechatroner.rainbow-csv: init at 1.7.1
2021-01-09Merge pull request #108797 from xwvvvvwx/coq.vimSandro2-86/+99
2021-01-08vimPlugins.aniseed: init at 2021-01-08José Luis Lafuente2-0/+13
2021-01-08Merge master into staging-nextgithub-actions[bot]3-0/+97
2021-01-08vscode-extensions.mechatroner.rainbow-csv: init at 1.7.1Tommy Bidne1-0/+12
2021-01-08Merge pull request #108755 from ↵Sandro1-0/+12
rhoriguchi/vscode-extensions/bracket-pair-colorizer-2 vscode-extensions.bracket-pair-colorizer-2: init at 0.2.0
2021-01-08Merge pull request #108715 from figsoda/masterSandro1-0/+12
vscode-extensions.jnoortheen.nix-ide: init at 0.1.7
2021-01-08Merge pull request #108735 from rhoriguchi/vscode-extensions/output-colorizerSandro1-0/+12
vscode-extensions.ibm.output-colorizer: init at 0.1.2
2021-01-08Merge pull request #108734 from rhoriguchi/vscode-extensions/sort-linesSandro1-0/+12
vscode-extensions.tyriar.sort-lines: init at 1.9.0
2021-01-08Merge pull request #108733 from rhoriguchi/vscode-extensions/auto-rename-tagSandro1-0/+12
2021-01-08Merge pull request #108732 from ↵Sandro1-0/+12
rhoriguchi/vscode-extensions/highlight-matching-tag vscode-extensions.vincaslt.highlight-matching-tag: init at 0.10.0
2021-01-08Merge pull request #108728 from rhoriguchi/vscode-extensions/nixfmt-vscodeSandro1-0/+12
vscode-extensions.brettm12345.nixfmt-vscode: init at 0.0.1
2021-01-08Merge pull request #108722 from jlesquembre/vim-capslockSandro2-0/+13
vimPlugins.vim-capslock: init at 2021-01-07
2021-01-08vimPlugins.vim-git: init at 2020-07-13Ivan Kovnatsky2-0/+13
2021-01-08vscode-extensions.bracket-pair-colorizer-2: init at 0.2.0Ryan Horiguchi1-0/+12
2021-01-08vscode-extensions.formulahendry.auto-rename-tag: 0.1.5 -> 0.1.6Ryan Horiguchi1-2/+2
2021-01-08oberon-risc-emu: init at 2020-08-18Ben Siraphob1-0/+27
2021-01-08vscode-extensions.ibm.output-colorizer: init at 0.1.2Ryan Horiguchi1-0/+12
2021-01-08vscode-extensions.tyriar.sort-lines: init at 1.9.0Ryan Horiguchi1-0/+12
2021-01-08vscode-extensions.formulahendry.auto-rename-tag: init at 0.1.5Ryan Horiguchi1-0/+12
2021-01-08vscode-extensions.vincaslt.highlight-matching-tag: init at 0.10.0Ryan Horiguchi1-0/+12
2021-01-07vscode-extensions.brettm12345.nixfmt-vscode: init at 0.0.1Ryan Horiguchi1-0/+12
2021-01-07vimPlugins.coq-vim: init at 2013-01-16"David Terry"2-0/+13
2021-01-07vimPlugins: update"David Terry"1-86/+86
2021-01-07vimPlugins.vim-capslock: init at 2021-01-07José Luis Lafuente2-0/+13
2021-01-07jnoortheen.nix-ide: init at 0.1.7figsoda1-0/+12
2021-01-07Merge branch 'master' into staging-nextJan Tojnar8-180/+239
https://github.com/NixOS/nixpkgs/commit/b04fc593e7b55fe1f74421b11589f12a339c92e2 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07Merge pull request #108654 from SuperSandro2000/patch-1Sandro1-0/+1
tmuxPlugins.onedark-theme: fix entrypoint
2021-01-07tmuxPlugins.onedark-theme: fix entrypointAndy Richardson1-0/+1
2021-01-07steamcontroller: Disable tests, cleanupSandro Jäckel1-2/+4
2021-01-07Merge pull request #106281 from onsails/vim-oscyankSandro2-111/+137