Commit Graph

245305 Commits

Author SHA1 Message Date
WORLDofPEACE
3ad3041918 doc/nixos-rebuild(8): add Nix --impure option to summary 2020-09-28 19:41:05 -04:00
Mario Rodas
09eb860c99
Merge pull request #98900 from r-ryantm/auto-update/tegola
tegola: 0.12.0 -> 0.12.1
2020-09-28 18:37:22 -05:00
Mario Rodas
031b9c172f gitAndTools.git-absorb: 0.6.3 -> 0.6.4 2020-09-28 18:20:00 -05:00
Tim Steinbach
6fb0a4dd2a
linux-hardened: 5.7 -> 5.8 2020-09-28 19:09:10 -04:00
Tim Steinbach
9c9054ca4f
linux/hardened/patches/5.4: 5.4.67.a -> 5.4.68.a 2020-09-28 19:09:10 -04:00
Tim Steinbach
ab9dc67ac7
linux/hardened/patches/4.19: 4.19.144.a -> 4.19.148.a 2020-09-28 19:09:09 -04:00
Tim Steinbach
d131435103
linux/hardened/patches/4.14: 4.14.197.a -> 4.14.199.a 2020-09-28 19:09:09 -04:00
Tim Steinbach
f498bbe473
linux_latest-libre: 17624 -> 17688 2020-09-28 19:09:08 -04:00
Tim Steinbach
b3a202e255
linux: 5.8.11 -> 5.8.12 2020-09-28 19:09:08 -04:00
Tim Steinbach
8684358830
linux: 5.4.67 -> 5.4.68 2020-09-28 19:09:07 -04:00
Tim Steinbach
494a0b998a
linux: 4.19.147 -> 4.19.148 2020-09-28 19:09:07 -04:00
Lily Ballard
72e3217bf1 macvim: add configuration similar to vim_configurable and neovim
vim_configurable and neovim have both supported a mechanism to build
them with a custom vimrc that supports plugins from Nix. This updates
MacVim to support the same sort of configuration using an expression
like

  macvim.configure {
    customRC = ''
      # custom configuration goes here
    '';
    packages.myVimPackage = with pkgs.vimPlugins; {
      start = [ youcompleteme fugitive ];
      opt = [ phpCompletion elm-vim ];
    }
  }

Once configured, .override will allow for editing the configuration.

Like vim_configurable and neovim, configuring macvim does not require
rebuilding it. Also like them, configuring macvim turns off the user
vimrc file.
2020-09-28 16:03:34 -07:00
Lily Ballard
9daf3b994b macvim: 8.2.539 -> 8.2.1719 2020-09-28 15:33:36 -07:00
Florian Klink
8cdc34cc75 terraform-providers.ct: 0.5.0 -> 0.6.1
0.6.0 added support for Fedora CoreOS Config v1.1.0.

 - Add Fedora CoreOS Config v1.1.0 support (#63)
 -  - Accept FCC v1.1.0 and output Ignition v3.1.0
 -  - Continue to support FCC v1.0.0 and output Ignition v3.0.0
 -  - Support merging FCC snippets into v1.0.0 or v1.1.0 FCC content
 -  - Note: Version skew among snippets and content is not supported
 - Change Container Linux Config to render Ignition v2.3.0 (#60)
 - Add zip archive format with signed checksum
2020-09-29 00:24:45 +02:00
Sridhar Ratnakumar
6fb67d3e83
linux: 5.9-rc6 -> 5.9-rc7 2020-09-28 18:13:37 -04:00
Lily Ballard
d3b1d59d84 macvim: Properly link against Nix ncurses
Since we're not using the Nix compiler, our buildInputs aren't
automatically exposed to the compiler, which means it was actually
compiling against system libncurses instead of Nix libncurses.

Also remove the `-Wno-error` from the make flags (and the unnecessary
`PREFIX` definition) in favor of using a much more targeted error
suppression at the configure flags. This works around an issue where
implicit function definitions are considered an error and the configure
script was trying to compile a file tht invoked an ncurses function
without including the relevant header.
2020-09-28 15:12:07 -07:00
Redvers Davies
046c6a7038
ponyc: update 0.38.1 (#98598)
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-09-28 17:40:58 -04:00
WORLDofPEACE
1343164249 nixos-rebuild: add impure 2020-09-28 17:24:37 -04:00
Andreas Rammhold
9630d5c07f
nixos/security/wrapper: ensure the tmpfs is not world writeable
The /run/wrapper directory is a tmpfs. Unfortunately, it's mounted with
its root directory has the standard (for tmpfs) mode: 1777 (world writeable,
sticky -- the standard mode of shared temporary directories). This means that
every user can create new files and subdirectories there, but can't
move/delete/rename files that belong to other users.
2020-09-28 22:55:20 +02:00
Matthieu Coudron
cd7db06935
programs.neovim: fix documentation (#99023)
brackets broke doc generation on master
2020-09-28 22:42:18 +02:00
R. RyanTM
76dbece8e8 python37Packages.biopython: 1.77 -> 1.78 2020-09-28 13:12:42 -07:00
R. RyanTM
e378c36f1c python27Packages.hg-evolve: 10.0.1 -> 10.0.2 2020-09-28 13:11:23 -07:00
Daiderd Jordan
d42e6e2e04
Merge pull request #98984 from marsam/update-vault
vault: 1.5.3 -> 1.5.4
2020-09-28 21:56:03 +02:00
sternenseemann
b90908aead ocamlPackages.mirage-runtime: 3.8.0 → 3.8.1 2020-09-28 21:52:03 +02:00
sternenseemann
a10e457b63 pythonPackages.psautohint: 2.1.0 → 2.1.1 2020-09-28 12:10:36 -07:00
Jonathan Ringer
6d812f2a73
nixpkgs-review: 2.4.0 -> 2.4.1 2020-09-28 11:55:59 -07:00
Shea Levy
55dc3b76f0
system76-firmware: 1.0.17 -> 1.0.18 2020-09-28 13:10:46 -04:00
Stig P
9015160876
Merge pull request #98454 from stigtsp/package/perl-5.33.2
perldevel: 5.33.1 -> 5.33.2, perl-cross: 15ca535 -> f59d2b6
2020-09-28 16:28:51 +00:00
Joachim F
173167d90e
Merge pull request #98919 from TredwellGit/nixos/hardened
nixos/hardened: update blacklisted filesystems
2020-09-28 15:57:28 +00:00
Matthieu Coudron
1e510a65a3
programs.neovim: init (#98506)
* programs.neovim: init

Allows to build a proper runtime folder with after/ ftplugin/ parser/ subfolders etc.
(neo)vim expects a few different folders, for instance to load
treesitter parsers.

This PR reuses the builder from the etc module, notwithstanding the
different modes/uid/gid.

This allows to get rid of some autocmd in customRC (via proper use of
the folder hierarchy) which is a win in my opinion.
2020-09-28 17:07:45 +02:00
sternenseemann
6bb6779b8e ocamlPackages.asn1-combinators: 0.2.2 → 0.2.3 2020-09-28 16:58:04 +02:00
sternenseemann
202f4bd5d8 ocamlPackages.mirage-stack: 2.1.0 → 2.2.0 2020-09-28 16:33:21 +02:00
Ryan Mulligan
955babff2e
Merge pull request #98995 from r-ryantm/auto-update/discord-canary
discord-canary: 0.0.112 -> 0.0.114
2020-09-28 06:18:54 -07:00
Ryan Mulligan
e8f69ee41e
Merge pull request #98715 from r-ryantm/auto-update/fff
fff: 2.1 -> 2.2
2020-09-28 06:18:07 -07:00
Maciej Krüger
b77e830d9e
cinnamon.cjs: 4.6.0 -> 4.6.0-gjs1.66.0 2020-09-28 15:11:25 +02:00
Maciej Krüger
1e80ede78d
cinnamon.cinnamon-common: add patch for new cjs 2020-09-28 15:11:19 +02:00
Doron Behar
1d45990efb
spidermonkey_78: init at 78.1.0
* format

Co-authored-by: WORLDofPEACE <worldofpeace@protonmail.ch>
2020-09-28 15:08:23 +02:00
Emery Hemingway
9fa50bea78 nixos/molly-brown: refactor module to use a TOML generator 2020-09-28 14:38:31 +02:00
Emery Hemingway
211ba8bfa3 molly-brown: 2020-07-06 -> 2020-08-19 2020-09-28 14:38:31 +02:00
Lancelot SIX
575bed7987
Merge pull request #98535 from lsix/skype-8.64.0.81
skypeforlinux: 8.63.0.76 -> 8.64.0.81
2020-09-28 13:11:25 +01:00
José Romildo Malaquias
d2f65bfe8f
Merge pull request #98896 from romildo/upd.efl
{enlightenment.efl,pythonPackages.pythonefl}: 1.24.3 -> 1.25.0
2020-09-28 09:04:45 -03:00
Matthieu Coudron
514bda6825
Merge pull request #98465 from teto/tree-sitter
Tree sitter update
2020-09-28 13:30:24 +02:00
R. RyanTM
170d1a605d discord-canary: 0.0.112 -> 0.0.114 2020-09-28 09:17:09 +00:00
Timo Kaufmann
27f084d817
Merge pull request #98779 from r-ryantm/auto-update/libbraiding
libbraiding: 1.0 -> 1.1
2020-09-28 11:11:06 +02:00
R. RyanTM
b10b4d6947 docker-compose: 1.26.2 -> 1.27.4 2020-09-28 08:00:40 +00:00
Emery Hemingway
11ce7675cf yggdrasil: 0.3.14 -> 0.3.15 2020-09-28 09:55:05 +02:00
Anderson Torres
87039678e4
Merge pull request #98976 from AndersonTorres/eweb-upload
eweb: "pname-version" rewriting
2020-09-28 04:00:04 -03:00
Mario Rodas
692f58d16f
Merge pull request #81116 from matthiasbeyer/add-swappy
swappy: Init at 1.2.1
2020-09-28 01:13:17 -05:00
Michael Raskin
064e082296
Merge pull request #98988 from 7c6f434c/wpsoffice-ffmpeg
wpsoffice: keep using ffmpeg_3
2020-09-28 05:49:22 +00:00
Michael Raskin
4702c49f23 wpsoffice: keep using ffmpeg_3
Partial revert of aa919664306e000db2085f80cc230f7d44214fc3

Related to #98945
2020-09-28 07:23:45 +02:00