about summary refs log tree commit diff
path: root/pkgs/misc
Commit message (Collapse)AuthorAge
* Merge pull request #68328 from OPNA2608/package-np2kaiChristoph Hrdinka2020-06-07
|\ | | | | np2kai: init at 0.86rev22
| * retroarch: add NP2kai coreChristoph Neidahl2020-05-22
| |
| * np2kai: init at 0.86rev22Christoph Neidahl2020-05-22
| |
* | Merge pull request #89265 from doronbehar/hplip-gcc-referencesThomas Tuegel2020-06-06
|\ \ | | | | | | hplip: don't reference gcc in binaries from /share and other locations
| * | hplip: don't reference gcc in binaries from /share and other locationsDoron Behar2020-06-03
| | |
* | | vimPlugins.vim-mundo: init at 2020-05-06David Wood2020-06-04
| | |
* | | vimPlugins.is-vim: init at 2017-10-30David Wood2020-06-04
| | |
* | | vimPlugins.vim-numbertoggle: init at 2017-10-26David Wood2020-06-04
| | |
* | | vimPlugins.vim-tmux-clipboard: init at 2019-04-07David Wood2020-06-04
| | |
* | | vimPlugins.vim-hybrid: init at 2016-01-05David Wood2020-06-04
| | |
* | | vimPlugins.vim-spirv: init at 2019-11-20David Wood2020-06-04
| | |
* | | vimPlugins.vim-hocon: init at 2017-09-08David Wood2020-06-04
| | |
* | | vimPlugins: resolve github repository redirectsDavid Wood2020-06-04
| | |
* | | vimPlugins: updateDavid Wood2020-06-04
| | |
* | | Merge pull request #89196 from eadwu/vscode/76427-falloutDmitry Kalinkin2020-06-04
|\ \ \ | | | | | | | | vscode: fix #76427 fallout
| * | | vscode-extensions.vscode-utils: reapply some changes from bb24fafEdmund Wu2020-05-30
| | | | | | | | | | | | | | | | https://github.com/NixOS/nixpkgs/commit/bb24fafbfad04cd23431de14176cdc581a906f66
| * | | vscode-utils: remove extra whitespaceEdmund Wu2020-05-29
| | | |
* | | | treewide: replace base64 encoded hashesDaiderd Jordan2020-06-03
| | | |
* | | | Merge pull request #70794 from samueldr/u-boot/roc-rk3399-pcSamuel Dionne-Riel2020-06-01
|\ \ \ \ | |_|/ / |/| | | u-boot: Add ROC-PC-RK3399 build
| * | | ubootROCPCRK3399: init at 2020.04Samuel Dionne-Riel2020-06-01
| | | |
* | | | Merge pull request #89184 from mayflower/continue-pull-85764Jörg Thalheim2020-05-30
|\ \ \ \ | |_|/ / |/| | |
| * | | nodePackages: switch to 12Jörg Thalheim2020-05-27
| | | | | | | | | | | | | | | | Signed-off-by: Christian Albrecht <christian.albrecht@mayflower.de>
* | | | Merge pull request #76427 from countoren/vscode-utils/vscodeEnvPeter Simons2020-05-29
|\ \ \ \ | |_|/ / |/| | | vscode-utils/vscodeEnv: add vscodeWithConfiguration, vscodeExts2nix a…
| * | | Merge branch 'vscode-utils/vscodeEnv' of ↵Moises Nessim2020-05-26
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/countoren/nixpkgs-1 into vscode-utils/vscodeEnv * 'vscode-utils/vscodeEnv' of https://github.com/countoren/nixpkgs-1: (178391 commits) Use a different vscode user-data-dir for every project. Treat workspace setting files as global for that user-data-dir with symlink. Add updateLaunchCmd to update .vscode/launch.json. fix permission problem of mutableExtensions vscodeEnv updateSettings for keybindings change keybindings file name parameter type from path to string change vscodeSettingsFile parameter type from path to string add missing jq to vscodeEnv use updateSettings in vscodeEnv in order to create and/or update settings.json, keybindings.json add updateSettings drv which will union nix settings configurations into the a vscode settings file vscode-utils/vscodeEnv: fix typo and grammer in the description comment vscode-utils/vscodeEnv: split to 2 functions vscodeWithConfiguration, vscodeExts2nix, vscodeEnv vsode-utils: extracting attributes to limit input range vscode-utils/vscodeEnv: add vscodeWithConfiguration, vscodeExts2nix and vscodeEnv xfce.xfce4-icon-theme: update gtk dependency and add license xfce.xfce4-hardware-monitor-plugin: update meta xfce.xfce4-embed-plugin: update meta and buildInputs xfce.xfce4-mailwatch-plugin: remove broken status xfce.exo: add support for gtk2, besides gtk3 xfce.xfdesktop: 4.14.1 -> 4.14.2 xfce.xfce4-weather-plugin: 0.8.10 -> 0.10.1 xfce.xfdashboard: 0.7.5 -> 0.7.7 xfce.xfce4-timer-plugin: 1.6.0 -> 1.7.0 ...
| | * \ \ Merge branch 'updateSettings' into vscode-utils/vscodeEnvOren Rozen2020-05-25
| | |\ \ \
| | | * | | Use a different vscode user-data-dir for every project.Moises Nessim2020-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Treat workspace setting files as global for that user-data-dir with symlink. Add updateLaunchCmd to update .vscode/launch.json.
| | | * | | fix permission problem of mutableExtensionsOren Rozen2020-04-19
| | | | | |
| | | * | | vscodeEnv updateSettings for keybindings change keybindings file name ↵Oren Rozen2020-04-19
| | | | | | | | | | | | | | | | | | | | | | | | parameter type from path to string
| | | * | | change vscodeSettingsFile parameter type from path to stringOren Rozen2020-04-19
| | | | | |
| | | * | | add missing jq to vscodeEnvOren Rozen2020-04-19
| | | | | |
| | | * | | use updateSettings in vscodeEnv in order to create and/or update ↵Oren Rozen2020-04-19
| | | | | | | | | | | | | | | | | | | | | | | | settings.json, keybindings.json
| | | * | | add updateSettings drv which will union nix settings configurations into the ↵Oren Rozen2020-04-19
| | | | | | | | | | | | | | | | | | | | | | | | a vscode settings file
| | | * | | vscode-utils/vscodeEnv: fix typo and grammer in the description commentoren2020-04-19
| | | | | |
| | | * | | vscode-utils/vscodeEnv: split to 2 functions vscodeWithConfiguration, ↵Oren Rozen2020-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vscodeExts2nix, vscodeEnv change usage of toPath with toString
| | | * | | vsode-utils: extracting attributes to limit input rangeOren Rozen2020-04-19
| | | | | |
| | | * | | vscode-utils/vscodeEnv: add vscodeWithConfiguration, vscodeExts2nix and ↵Oren Rozen2020-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vscodeEnv move mktplcExtRefToFetchArgs to file in order to be shared with the new derivations(privately)
| * | | | | vscode-extensions: Find mutable extensions by version in order not to delete ↵Moises Nessim2020-05-26
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | them Do not use sudo.
| * | | | vscode-utils/vscodeEnv: fix typo and grammer in the description commentoren2020-01-10
| | | | |
| * | | | vscode-utils/vscodeEnv: split to 2 functions vscodeWithConfiguration, ↵Oren Rozen2019-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vscodeExts2nix, vscodeEnv change usage of toPath with toString
| * | | | vsode-utils: extracting attributes to limit input rangeOren Rozen2019-12-28
| | | | |
| * | | | vscode-utils/vscodeEnv: add vscodeWithConfiguration, vscodeExts2nix and ↵Oren Rozen2019-12-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vscodeEnv move mktplcExtRefToFetchArgs to file in order to be shared with the new derivations(privately)
* | | | | vimPlugins.conjure: init at 2020-05-26Kyle Ondy2020-05-28
| | | | |
* | | | | vimPlugins: resolve github repository redirectsKyle Ondy2020-05-28
| | | | |
* | | | | vimPlugins: updateKyle Ondy2020-05-28
| | | | |
* | | | | Merge pull request #89042 from dywedir/scrcpyVladyslav M2020-05-28
|\ \ \ \ \
| * | | | | scrcpy: 1.13 -> 1.14Vladyslav M2020-05-27
| | |_|/ / | |/| | |
* | | | | Merge pull request #89048 from r-ryantm/auto-update/xlockmorePascal Wittmann2020-05-27
|\ \ \ \ \ | |/ / / / |/| | | | xlockmore: 5.62 -> 5.63
| * | | | xlockmore: 5.62 -> 5.63R. RyanTM2020-05-27
| | | | |
* | | | | Merge pull request #81440 from NickHu/fruzzyJörg Thalheim2020-05-27
|\ \ \ \ \ | |/ / / / |/| | | | vimPlugins.fruzzy: init at 2019-10-28
| * | | | vimPlugins.fruzzy: init at 2019-10-28Nick Hu2020-03-04
| | | | |