about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* 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.
* firefox: disable EMEAlyssa Ross2019-01-27
|
* neomutt: work around mutt_expando_format overflowAlyssa Ross2019-01-27
|
* neomutt: don't send User-AgentAlyssa Ross2019-01-27
|
* workstation/networking: fix hostname --fqdnAlyssa Ross2019-01-27
| | | | See https://github.com/NixOS/nixpkgs/issues/10183.
* Add configAlyssa Ross2019-01-27
|
* Add modules/default.nixAlyssa Ross2019-01-27
|
* Add default.nixAlyssa Ross2019-01-27
|
* firefox-{nightly,beta,,esr}: init (from source)Alyssa Ross2019-01-27
|
* 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-overlays/nixpkgs-mozilla/' from commit ↵Alyssa Ross2019-01-07
|\ | | | | | | | | | | | | | | '68bb2d2ae21ea73392f81f436e89577997fa8db4' git-subtree-dir: nixpkgs-overlays/nixpkgs-mozilla git-subtree-mainline: 8c0790eb6095ef59a9623596f5794d250b95c699 git-subtree-split: 68bb2d2ae21ea73392f81f436e89577997fa8db4
| * Merge pull request #145 from glasserc/add-nasmRail Aliiev2018-12-28
| |\ | | | | | | nasm is now required to build Gecko
| | * nasm is now required to build GeckoEthan Glasser-Camp2018-12-27
| |/ | | | | | | This was introduced in https://bugzilla.mozilla.org/show_bug.cgi?id=1501796.
| * Bump cbindgen to 0.6.7Ethan Glasser-Camp2018-12-19
| | | | | | | | | | This is required now since https://bugzilla.mozilla.org/show_bug.cgi?id=1503401.
| * Change Vidyo URLRail Aliiev2018-12-13
| | | | | | | | Instead of using a 3rd party URL, we can use Vidyo's server.
| * Merge pull request #141 from witchof0x20/https_fixRail Aliiev2018-12-10
| |\ | | | | | | Updates firefox overlay to use HTTPS
| | * Updates firefox overlay to use HTTPSJade2018-12-10
| |/
| * rust-overlay: fixing the latest nightly RustsPierre-Étienne Meunier2018-12-02
| |
| * Merge pull request #131 from glasserc/relocate-vidyoRail Aliiev2018-10-30
| |\ | | | | | | Use the CERN portal to download Vidyo 3.6.3
| | * Use the CERN portal to download Vidyo 3.6.3Ethan Glasser-Camp2018-10-30
| |/ | | | | | | Replaces #128.
| * Delete firefox-nightly-bin derivationEthan Glasser-Camp2018-10-30
| | | | | | | | | | | | | | | | This use case is alreday better satisfied by the latest.firefox-nightly-bin attribute. The bare firefox-nightly-bin attribute is just confusing. Fixes #68.
| * phlay: 0.1.2 -> 0.1.4Ethan Glasser-Camp2018-10-29
| |
| * Upgrade rust-cbindgenEthan Glasser-Camp2018-10-23
| | | | | | | | Firefox now requires cbindgen 0.6.4 to build.
| * Add another section about submitting Firefox patchesEthan Glasser-Camp2018-10-17
| |
| * Add derivation for phlayEthan Glasser-Camp2018-10-16
| |
| * Flesh out documentation about Firefox use and developmentEthan Glasser-Camp2018-10-16
| | | | | | | | This might address #68.
| * Update git-cinnabar to 0.5.0Ethan Glasser-Camp2018-10-16
| |
| * Bug 1397263 causes build failures when AS=as is set.Nicolas B. Pierron2018-10-08
| |
| * Add 2 environment variables to be used when compiling the JS Shell with ↵Nicolas B. Pierron2018-10-04
| | | | | | | | Cranelift.
| * Adds `libstdc++.so.6` with patchelf to fix `rust-lld`Bastian Köcher2018-09-21
| |
| * rust-overlay: Link all components in final derivationBastian Köcher2018-09-21
| | | | | | | | | | | | Each component is installed in separate directories. This reduces the required disk usage, when different rust derivations are used on the same machine.
| * Use the latest rustc compiler for compiling rust-cbindgen 0.6.2Nicolas B. Pierron2018-09-18
| |
| * Force usage of rust-cbindgen-0.6.2 or newer.Nicolas B. Pierron2018-09-18
| |
| * cbindgen: 0.6.1 -> 0.6.2Claas Augner2018-09-18
| |
| * remove servo:Jörg Thalheim2018-09-13
| | | | | | | | | | | | seems no longer working -> remove as recommend by @garbas: https://github.com/nix-community/NUR/issues/32#issuecomment-420421674
| * Fix rust-cbindgen expression.John Axel Eriksson2018-09-06
| |
| * Allow usage as package set instead of overlaytilpner2018-09-06
| | | | | | | | | | | | | | This extracts the overlays list, to be used by both the combined overlay and the package set representation. It is meant to be used with nix-community/NUR#32
| * Add nodejs and cbindgen dependency for building Firefox.Nicolas B. Pierron2018-08-28
| |
| * Add android target to rust-overlay.Robert Bartlensky2018-08-28
| |
| * Be quietRail Aliiev2018-08-22
| |
| * Add helper Rust builderLéo Gaspard2018-08-06
| |
| * Add git-cinnabar 0.5.0b3Nicolas B. Pierron2018-08-02
| |