Peter Simons
3cb9768557
all-cabal-hashes: update to Hackage at 2021-01-07T20:56:37Z
2021-01-08 21:38:20 +01:00
Peter Simons and GitHub
c25fc73a81
Merge pull request #108252 from NixOS/haskell-updates
...
Update Haskell package set to Stackage Nightly 2021-01-02 (plus other fixes)
2021-01-08 21:36:14 +01:00
Timo Kaufmann and GitHub
05983b1825
Merge pull request #98969 from xwvvvvwx/lndconnect
...
lndconnect: init at 0.2.0
2021-01-08 21:13:33 +01:00
Peter Simons
9a61689a31
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.6 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/545d5cafa765c97ad6026ac96f42a246fea7675b .
2021-01-08 21:12:14 +01:00
Peter Simons
7e26c12a6d
hackage2nix: update list of broken builds
...
Ping @jb55 for 'elm-export-persistent'.
2021-01-08 21:11:15 +01:00
Peter Simons
4c161903f4
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.6 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/545d5cafa765c97ad6026ac96f42a246fea7675b .
2021-01-08 21:01:32 +01:00
Peter Simons and GitHub
063a71690d
Merge pull request #108807 from maralorn/hls
...
haskelPackages.haskell-language-server: 0.7.1 -> 0.8.0
2021-01-08 21:00:36 +01:00
Peter Simons
8e68a5e5c3
Merge branch '2020-12-31-upd-haskell-packages' of git://github.com/Anton-Latukha/nixpkgs into Anton-Latukha-2020-12-31-upd-haskell-packages.
2021-01-08 20:58:50 +01:00
Malte Brandy
7829f94244
haskelPackages.haskell-language-server: 0.7.1 -> 0.8.0
2021-01-08 20:57:02 +01:00
Niklas Hambüchen and GitHub
22b9910f4e
Merge pull request #108804 from ketzacoatl/amazon-ec2-utils
...
Amazon ec2 utils
2021-01-08 20:43:12 +01:00
Domen Kožar
d2f8eca2e8
fix cachix build
2021-01-08 20:42:50 +01:00
Peter Simons
896e8ee2c6
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.6 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/545d5cafa765c97ad6026ac96f42a246fea7675b .
2021-01-08 20:32:46 +01:00
Peter Simons
9aad7ef67a
hackage2nix: update list of broken builds to avoid evaluation errors
...
Ping @sorki for broken update-nix-fetchgit package.
2021-01-08 20:30:28 +01:00
Anderson Torres and GitHub
e49e3a756b
Merge pull request #108357 from r-ryantm/auto-update/python3.7-msal
...
python37Packages.msal: 1.6.0 -> 1.8.0
2021-01-08 16:26:36 -03:00
Anderson Torres and GitHub
d54d5f6602
Merge pull request #108194 from Vonfry/fix/emacs/gnuplot
...
emacsPackages.gnuplot: autoreconf is not needed any longer.
2021-01-08 16:25:28 -03:00
Anderson Torres and GitHub
69534f39a7
Merge pull request #106985 from Technical27/master
...
auto-cpufreq: init at 1.5.1
2021-01-08 16:16:45 -03:00
Ketzacoatl
630d0163ae
amazon-ec2-utils: init at 1.3
2021-01-08 14:14:38 -05:00
Ketzacoatl
563ed90da5
maintainers: add ketzacoatl
2021-01-08 14:13:22 -05:00
Peter Simons
0e48e5ceb4
haskeline: fix overrides for the latest release
2021-01-08 20:12:50 +01:00
Yannick Markus and Jonathan Ringer
09b6ca477e
ckan 1.16.1 -> 1.29.2
2021-01-08 10:46:17 -08:00
Bjørn Forsman
72d906a0ea
nixos: fix "nixos-rebuild build-vm-with-bootloader" for EFI systems
...
(The first version of this change, in commit 39fad297fd , broke
`nix-build -A nixosTests.installer.simpleUefiSystemdBoot`. This is the
2nd version, which hopefully does not break anything.)
`nixos-rebuild build-vm-with-bootloader` currently fails with the
default NixOS EFI configuration:
$ cat >configuration.nix <<EOF
{
fileSystems."/".device = "/dev/sda1";
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
}
EOF
$ nixos-rebuild build-vm-with-bootloader -I nixos-config=$PWD/configuration.nix -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-20.09.tar.gz
[...]
insmod: ERROR: could not insert module /nix/store/1ibmgfr13r8b6xyn4f0wj115819f359c-linux-5.4.83/lib/modules/5.4.83/kernel/fs/efivarfs/efivarfs.ko.xz: No such device
mount: /sys/firmware/efi/efivars: mount point does not exist.
[ 1.908328] reboot: Power down
builder for '/nix/store/dx2ycclyknvibrskwmii42sgyalagjxa-nixos-boot-disk.drv' failed with exit code 32
[...]
Fix it by setting virtualisation.useEFIBoot = true when needed.
Before:
* release-20.03: successful build, unsuccessful run
* release-20.09 (and master): unsuccessful build
After:
* Successful build and run.
Fixes #107255
2021-01-08 19:36:10 +01:00
Mario Rodas and GitHub
40842049e8
Merge pull request #108784 from 1000101/tsdb
...
postgresqlPackages.timescaledb: 1.7.4 -> 2.0.0
2021-01-08 12:48:51 -05:00
Sandro and GitHub
85b2053a31
Merge pull request #108755 from rhoriguchi/vscode-extensions/bracket-pair-colorizer-2
...
vscode-extensions.bracket-pair-colorizer-2: init at 0.2.0
2021-01-08 18:41:07 +01:00
Linus Heckemann and GitHub
c7e546aea1
Merge pull request #108748 from 3noch/eac/fix-vtk-png-aarch64
...
vtk: use system png on aarch
2021-01-08 17:09:51 +01:00
Mario Rodas and GitHub
422659123e
Merge pull request #108764 from xwvvvvwx/lieer-1.3
...
lieer: 1.2 -> 1.3
2021-01-08 11:09:05 -05:00
Mario Rodas and GitHub
473f34534f
Merge pull request #108757 from oxzi/golangci-lint-v1.35.0
...
golangci-lint: 1.33.0 -> 1.35.0
2021-01-08 11:07:43 -05:00
Mario Rodas and GitHub
3f45221a23
Merge pull request #108767 from madjar/bump-pijul
...
pijul: 1.0.0-alpha.24 -> 1.0.0-alpha.31
2021-01-08 11:07:16 -05:00
Michael Weiss and GitHub
95dc08e972
Merge pull request #73277 from robashton/master
...
Initial stab at making X11 a configurable dependency of intel-media-drivers
2021-01-08 17:06:13 +01:00
Sandro and GitHub
71e0289f37
Merge pull request #108715 from figsoda/master
...
vscode-extensions.jnoortheen.nix-ide: init at 0.1.7
2021-01-08 16:39:03 +01:00
Sandro and GitHub
8459558130
Merge pull request #108736 from lukegb/factorio
...
factorio-experimental, factorio-headless-experimental: 1.1.7 -> 1.1.8
2021-01-08 16:38:21 +01:00
Sandro and GitHub
ff7731d6aa
Merge pull request #108735 from rhoriguchi/vscode-extensions/output-colorizer
...
vscode-extensions.ibm.output-colorizer: init at 0.1.2
2021-01-08 16:29:56 +01:00
Sandro and GitHub
1171348ebe
Merge pull request #108734 from rhoriguchi/vscode-extensions/sort-lines
...
vscode-extensions.tyriar.sort-lines: init at 1.9.0
2021-01-08 16:29:39 +01:00
Sandro and GitHub
b9cee566c4
Merge pull request #108733 from rhoriguchi/vscode-extensions/auto-rename-tag
2021-01-08 16:29:16 +01:00
Elliot Cameron
26dedb8398
vtk: use system png
...
VTK doesn't seem produce png symbols on aarch64. We could probably
figure out how to fix that but we can also just tell it to use the
libpng we already have, which already works on aarch64.
2021-01-08 10:25:37 -05:00
Sandro and GitHub
97acd4c9e4
Merge pull request #108732 from rhoriguchi/vscode-extensions/highlight-matching-tag
...
vscode-extensions.vincaslt.highlight-matching-tag: init at 0.10.0
2021-01-08 16:19:25 +01:00
Sandro and GitHub
e90b05bfd8
Merge pull request #108729 from sikmir/mtpaint
...
mtPaint: 3.49.12 → 3.50.01
2021-01-08 16:18:59 +01:00
Sandro and GitHub
a98302aa9b
Merge pull request #108728 from rhoriguchi/vscode-extensions/nixfmt-vscode
...
vscode-extensions.brettm12345.nixfmt-vscode: init at 0.0.1
2021-01-08 16:00:11 +01:00
Sandro and GitHub
40bfa03257
Merge pull request #108722 from jlesquembre/vim-capslock
...
vimPlugins.vim-capslock: init at 2021-01-07
2021-01-08 15:59:47 +01:00
Tim Steinbach
f621108dbc
oh-my-zsh: 2021-01-05 → 2021-01-07
2021-01-08 14:03:10 +00:00
Tim Steinbach
137859bc9d
awscli: 1.18.210 -> 1.18.211
2021-01-08 09:00:19 -05:00
Tim Steinbach
583bde3965
python3Packages.boto3: 1.16.50 -> 1.16.51
2021-01-08 08:59:33 -05:00
Tim Steinbach
63d40a90c9
python3Packages.botocore: 1.19.50 -> 1.19.51
2021-01-08 08:59:23 -05:00
Alyssa Ross
8694e7de25
nixos/getty: add services.getty.loginOptions
...
This corresponds to agetty's --login-options argument.
With this change, I can set
services.getty.autologinUser = "qyliss";
services.getty.loginOptions = "-- \\u";
and have my username prefilled, but with my password still
required (unlike the normal autologinUser behaviour).
2021-01-08 13:55:25 +00:00
Anderson Torres and GitHub
306fe1c436
Merge pull request #108710 from 06kellyjac/starboard
...
starboard: 0.7.1 -> 0.8.0
2021-01-08 10:43:31 -03:00
Rob Ashton and Michael Weiss
0e061a8595
intel-media-driver: Fix runtime issues due to the libX11 dependency
...
X11 is an optional run-time and optional build-time dependency of iHD.
A patchelf is required to join these two worlds together, and a lot of
machines that'll run the intel-media-driver won't have X11 on them, so
make it optional.
Fix #73236 .
Co-Authored-By: Michael Weiss <dev.primeos@gmail.com >
2021-01-08 14:41:31 +01:00
Dennis Gosnell and GitHub
08fc5efd43
Merge pull request #108452 from cleverca22/jailbreak-profiteur
...
profiteur: jailbreak and un-break
2021-01-08 22:05:56 +09:00
Dennis Gosnell and GitHub
8ff0049baf
haskellPackages.profiteur: remove unnecessary parens
2021-01-08 22:02:08 +09:00
Daniël de Kok and GitHub
464633d5f7
Merge pull request #108581 from roberth/dockerTools-don't-apologize
...
dockerTools: Don't apologize
2021-01-08 13:58:46 +01:00
Pavol Rusnak and GitHub
922b041809
Merge pull request #108009 from nima2007/mcrypt1
...
mcrypt: patch to include stdlib.h instead of malloc.h to build on darwin
2021-01-08 13:19:29 +01:00
Michael Weiss
f274df0cda
chromiumBeta: 88.0.4324.50 -> 88.0.4324.79
2021-01-08 12:48:31 +01:00