about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* patches/public-inbox: fix build with highlight 4.0Alyssa Ross2021-06-22
|
* patches/emacsPackagesFor: dropAlyssa Ross2021-06-22
| | | | | I only used this for overriding rust-mode, and all my rust-mode patches have made it upstream now. Should get them in the next Nixpkgs merge.
* sys/eve: fix backlight adjustmentAlyssa Ross2021-06-13
|
* sys/eve: use linuxPackages_latestAlyssa Ross2021-06-13
|
* emacs pkgs: update elpaMatt Christ2021-06-10
| | | | | | (cherry picked from commit e117e00a5c83fdfd880126aa4dc9a1b245dc70a6) Backporting to nixlib because the URL for xlib was no longer valid.
* modules/weechat: highlight mentions of pr-trackerAlyssa Ross2021-06-10
|
* modules/nixpkgs: fix permissionsAlyssa Ross2021-06-10
| | | | Git needs to umask to be set properly for shared repositories to work.
* modules/nixpkgs: make repository writeableAlyssa Ross2021-06-10
|
* modules/nixpkgs: fix timerAlyssa Ross2021-06-10
|
* modules/users: set isNormalUser for qylissAlyssa Ross2021-06-10
|
* sys/atuin: don't use zstd kernel compressionAlyssa Ross2021-06-10
| | | | | | pvgrub2 doesn't support zstd yet. See <https://github.com/NixOS/nixpkgs/issues/121087>.
* gupnp-igd: disable testsAlyssa Ross2021-06-10
| | | | | | Only runs one test, and that test seems to get stuck sometimes. Fixes: https://github.com/NixOS/nixpkgs/issues/119288
* python3.pkgs.django_extensions: 3.1.1 -> 3.1.3Alyssa Ross2021-06-10
| | | | Fixes: https://github.com/NixOS/nixpkgs/issues/120941
* Merge commit '8e4fe32876ca15e3d5eb3ecd3ca0b224417f5f17'Alyssa Ross2021-06-10
|\
| * Merge pull request #120762 from sternenseemann/mkderivation-host-suffix-middleJohn Ericson2021-04-26
| |\ | | | | | | pkgs/stdenv/make-derivation: move hostSuffix before the version
| | * pkgs/stdenv/make-derivation: move hostSuffix before the versionsternenseemann2021-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding the hostSuffix to the end of the derivation's name is problematic since some stuff, including user facing programs like nix-env rely on the behavior of parseDrvName instead of pname and version. builtins.parseDrvName currently thinks that the cross compilation target added via hostSuffix is part of the version. This has the practical consequence for example that nix-env would think a cross compiled derivation would be an updated version of a native derivation of the same package and version — breaking user's profiles. We can easily prevent this by moving the hostSuffix in between pname and version. In case name is passed to mkDerivation this is of course not possible and we are forced to fall back to the old behavior. This change could serve as a replacement for the migitation we introduced with the -static appendix to pname in order to avoid confusion between nix and nixStatic as outlined in the comment added with this commit.
| * | Merge pull request #120732 from Mic92/lazygitJörg Thalheim2021-04-26
| |\ \ | | | | | | | | lazygit: 0.27.3 -> 0.28.1
| | * | lazygit: 0.27.3 -> 0.28.1Jörg Thalheim2021-04-26
| | | |
| * | | Merge pull request #120767 from TredwellGit/elementMaximilian Bosch2021-04-26
| |\ \ \ | | | | | | | | | | element: 1.7.25 -> 1.7.26
| | * | | element: 1.7.25 -> 1.7.26TredwellGit2021-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/vector-im/element-web/blob/v1.7.26/CHANGELOG.md https://github.com/vector-im/element-desktop/blob/v1.7.26/CHANGELOG.md
| * | | | Merge pull request #120194 from r-ryantm/auto-update/govcRyan Mulligan2021-04-26
| |\ \ \ \ | | | | | | | | | | | | govc: 0.24.1 -> 0.25.0
| | * | | | govc: 0.24.1 -> 0.25.0R. RyanTM2021-04-22
| | | | | |
| * | | | | Merge pull request #120686 from r-ryantm/auto-update/innernetRyan Mulligan2021-04-26
| |\ \ \ \ \ | | | | | | | | | | | | | | innernet: 1.1.0 -> 1.2.0
| | * | | | | innernet: 1.1.0 -> 1.2.0R. RyanTM2021-04-26
| | | | | | |
| * | | | | | Merge pull request #120751 from eduardosm/electrumPavol Rusnak2021-04-26
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | electrum: 4.1.1 -> 4.1.2
| | * | | | | electrum: 4.1.1 -> 4.1.2Eduardo Sánchez Muñoz2021-04-26
| | | | | | |
| * | | | | | sagemaker: 2.37.0 -> 2.38.0Tim Steinbach2021-04-26
| | | | | | |
| * | | | | | Merge pull request #120286 from lukegb/hibernate-installLuke Granger-Brown2021-04-26
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | nixos/tests/hibernate: install a system instead
| | * | | | | nixos/tests/hibernate: install a system insteadLuke Granger-Brown2021-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rather than relying on carefully avoiding touching the 9P-mounted /nix/store, we instead install a small NixOS system, similar to the installer tests, and boot from that. This avoids the various pitfalls associated with trying to unsuspend properly and trades off a bunch of boilerplate for what will hopefully be a more reliable test. Additionally, this test now actually tests booting the system using a bootloader, rather than the previous method of just booting the kernel directly.
| * | | | | | remmina: fix licenseEduardo Sánchez Muñoz2021-04-26
| | | | | | |
| * | | | | | remmina: 1.4.12 -> 1.4.13Eduardo Sánchez Muñoz2021-04-26
| | | | | | |
| * | | | | | Merge pull request #120734 from primeos/intel-media-driverMichael Weiss2021-04-26
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | intel-media-driver: 21.1.3 -> 21.2.0
| | * | | | | | intel-media-driver: 21.1.3 -> 21.2.0Michael Weiss2021-04-26
| | | |_|_|_|/ | | |/| | | |
| * | | | | | xplr: 0.5.6 -> 0.5.7Arijit Basu2021-04-26
| | | | | | |
| * | | | | | Merge pull request #120662 from Hoverbear/neovim-add-mainprogramGraham Christensen2021-04-26
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | neovim: set meta.mainProgram
| | * | | | | | neovim: set meta.mainProgramAna Hobden2021-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ana Hobden <operator@hoverbear.org>
| * | | | | | | doc/submitting-changes: remove incorrect remarkPatrick Hilhorst2021-04-26
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | Tests don't only apply to NixOS modules, see for example tests/vscodium
| * | | | | | Merge pull request #120619 from amanjeev/semiphemeral-python-packageRobert Schütz2021-04-26
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | semiphemeral: init at 0.6
| | * | | | | | semiphemeral: init at 0.6Amanjeev Sethi2021-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | semiphemeral: init at 0.6 semiphemeral: init at 0.6 semiphemeral: init at 0.6 semiphemeral: fix formatting semiphemeral: refactor for flexibility semiphemeral: remove extraneous inherit semiphemeral: no check since upstream has no tests semiphemeral: refactor move to misc instead of social/twitter semiphemeral: fix formatting
| | * | | | | | maintainers: add Amanjeev SethiAmanjeev Sethi2021-04-25
| | | | | | | |
| * | | | | | | Merge pull request #120520 from minijackson/jellyfin-remove-10.5Robert Schütz2021-04-26
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | jellyfin_10_5: remove unmaintained version
| | * | | | | | | jellyfin_10_5: remove unmaintained versionMinijackson2021-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version contains a vulnerability[1], and isn't maintained. The original reason to have two jellyfin versions was to allow end-users to backup the database before the layout was upgraded, but these backups should be done periodically. [1]: <https://nvd.nist.gov/vuln/detail/CVE-2021-21402>
| * | | | | | | | Merge pull request #120664 from r-ryantm/auto-update/fluxctlRyan Mulligan2021-04-26
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | fluxctl: 1.22.1 -> 1.22.2
| | * | | | | | | | fluxctl: 1.22.1 -> 1.22.2R. RyanTM2021-04-25
| | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | coqPackages.coqhammer: 1.3 → 1.3.1Vincent Laporte2021-04-26
| | | | | | | | |
| * | | | | | | | Merge pull request #120316 from regnat/easy-caEelco Dolstra2021-04-26
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Make it easy to try out content-addressed derivations
| | * | | | | | | | Remove the NIXPKGS_CA_BY_DEFAULT env variableregnat2021-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not really needed, and not desired either
| | * | | | | | | | Make it easy to build everything as content-addressedregnat2021-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a config field `contentAddressedByDefault` and an associated environment variable `NIXPKGS_CA_BY_DEFAULT` to make every nixpkgs derivation content-addressed by default
| | * | | | | | | | Allow easily marking a derivation as content-addressedregnat2021-04-23
| | | | | | | | | |
| * | | | | | | | | sbt: 1.5.0 -> 1.5.1JesusMtnez2021-04-26
| | |_|_|_|/ / / / | |/| | | | | | |