about summary refs log tree commit diff
path: root/nixpkgs
Commit message (Collapse)AuthorAge
* iosevka: 1.14.3 -> 2.1.0Alyssa Ross2019-02-23
| | | | | | | | | | | 2.0.0 introduced a completely new build system, that uses a structured TOML configuration file rather than flat make variables. I've updated the package for this. In most cases, updating overrides should be as simple as wrapping custom config in buildPlan = { ... }. The package now uses a standard node2nix setup for dependencies, rather than something custom. The version can be bumped by updating node-packages.json and running the generate.sh script.
* Merge commit '36f316007494c388df1fec434c1e658542e3c3cc'Alyssa Ross2019-02-18
|
* nixos/evscript: initAlyssa Ross2019-02-18
|
* evscript: init at 2019-02-11Alyssa Ross2019-02-18
|
* Merge commit '929cc78363e6878e044556bd291382eab37bcbed'Alyssa Ross2019-02-10
|
* orca-c-100r: init at 2019-02-09Alyssa Ross2019-02-10
| | | | | | | | | | There's no orca-c attribute, but there is an orca. The authors of this software also have an orca program, so if it was packaged for nixpkgs it would have to be namespaced. For consistency, I namespaced this one as well, because the alternative is a very confusing future. I put the namespace after the name of the software so things like autocompletion would still find it.
* carla: init at 2.0-RC3Alyssa Ross2019-02-10
|
* nixos/users: create accessible parent dirs of homeAlyssa Ross2019-02-10
| | | | | | | | | | | | If the parent(s) of a home directory being created did not exist, they would be created 0700, like the home directory itself. However, because these directories would be owned by root, they would be inaccessible to the user whose home directory was being created, which in turn would make their own home directory inaccessible. With this change, any _new_ directories created by createHome will be world-readable. This won't affect any existing data, since permissions passed to make_path only affect new directories.
* firefox-beta: 65.0b12 -> 66.0b5Alyssa Ross2019-02-07
|
* Merge commit '2d2f10475138b7206572dc3ec288184df2be022e'Alyssa Ross2019-02-07
|
* firefox-unwrapped: fix drmSupport optionAlyssa Ross2019-01-27
| | | | | | EME is enabled by default, so adding --enable-eme=widevine is a noop. This means that firefox was always being built with DRM support, even with drmSupport set to false.
* firefoxCommon: expose as attributeAlyssa Ross2019-01-27
| | | | This will make it easier to build custom versions of Firefox.
* firefox-esr-unwrapped: init at 60.4.0-esrAlyssa Ross2019-01-27
| | | | For consistency.
* firefox-beta: init at 65.0b12Alyssa Ross2019-01-27
| | | | | | | We have all the other (non-nightly) Firefox channels, so it makes sense to have beta as well. Additionally, it should allow us to better prepare for Firefox releases better, and have them available faster, if we keep the beta up to date.
* lambda-mod-zsh-theme: remove unnecessary buildInputAlyssa Ross2019-01-07
| | | | At no point during the install process is ZSH used.
* grml-zsh-config: remove unecessary dependenciesAlyssa Ross2019-01-07
| | | | | | | | | | | The buildInputs that used to be here appear to have been put here in the hope that they would be installed and made available automatically as a result of installing this package, but that isn't how buildInputs work. They could be provided by using substituteInPlace to point the package towards the Nix versions of these packages, but since this is a shell configuration, I think it makes more sense (and is easier) to use whatever versions of those commands are available at runtime.
* zsh-nix-shell: init at 2019-01-07Alyssa Ross2019-01-07
|
* zsh-syntax-highlighting: zsh is a nativeBuildInputAlyssa Ross2019-01-07
|
* zsh-autosuggestions: make zsh a nativeBuildInputAlyssa Ross2019-01-07
|
* nss: 3.40.1 -> 3.41Alyssa Ross2019-01-07
|
* boehmgc: remove deleted patchAlyssa Ross2019-01-07
|
* boehmgc_766: remove deleted patchAlyssa Ross2019-01-07
|
* python36Packages.hpack: fix buildAlyssa Ross2019-01-07
| | | | The python36Packages version is required for doh-proxy.
* Add 'nixpkgs/' from commit 'abf060725d7614bd3b9f96764262dfbc2f9c2199'Alyssa Ross2019-01-07
git-subtree-dir: nixpkgs git-subtree-mainline: 4e31070265257dc67d120c27e0f75c2344fdfa9a git-subtree-split: abf060725d7614bd3b9f96764262dfbc2f9c2199