Commit Graph
100 Commits
Author SHA1 Message Date
zimbatm 9494fdeeb3 Merge pull request #70327 from abbradar/synapse-plugins
Refactor Synapse plugins, add matrix-synapse-pam
2020-06-09 23:54:54 +02:00
zimbatm 3b1f33f300 Merge pull request #89833 from flokli/bump-terraform-providers
terraform-providers: update
2020-06-08 23:08:53 +02:00
zimbatm 09aad02e06 Merge pull request #89555 from flokli/terraform-provider-ct
terraform-providers.ct: init at 0.5.0
2020-06-05 20:06:46 +02:00
zimbatm 8db1c35e83 Merge pull request #89393 from wnklmnn/keepass
Keepass
2020-06-05 14:56:30 +02:00
zimbatm 383c5d09b9 gerrit: 3.1.4 -> 3.1.5 (#89288) 2020-06-03 09:45:51 +00:00
zimbatm 245ce6f61d Merge pull request #89386 from kampka/kops
kops: 1.16.2 -> 1.16.3, init at 1.17.0
2020-06-03 11:08:19 +02:00
zimbatm 9f15e95ff2 Merge pull request #89308 from LnL7/remove-sri-hashes
Remove sri hashes
2020-06-02 16:24:01 +02:00
zimbatm 19aac2413a confd: 0.9.0 -> 0.16.0 (#89180) 2020-05-29 16:14:06 +00:00
zimbatm bc3b694a39 direnv: fix missing BASH_PATH (#89165)
This was broken by the switch to go modules (#87932) which doesn't
respect makeFlags.

Fixes #89129
2020-05-29 14:02:49 +00:00
zimbatm 28357868f8 Merge pull request #88482 from r-ryantm/auto-update/fahcontrol
fahcontrol: 7.6.9 -> 7.6.13
2020-05-21 12:12:37 +02:00
zimbatm 1f6fcc7025 Merge pull request #88493 from r-ryantm/auto-update/fahviewer
fahviewer: 7.6.9 -> 7.6.13
2020-05-21 12:12:01 +02:00
zimbatm 9fbb82f46e Merge pull request #87913 from zowoq/go113
go_1_13: 1.13.8 -> 1.13.11, stop setting GOPATH
2020-05-16 12:39:53 +02:00
zimbatm 99efa7c85c Revert "Get rid of go 1.13 (#86036)"
This partially reverts commit 3e0aa4af2d.

See the discussion in the PR.
2020-05-15 19:26:53 +02:00
zimbatm 5cb26d71a7 mdsh: 0.4.0 -> 0.5.0 2020-05-08 23:25:31 +02:00
zimbatm 7e66125815 Merge pull request #87068 from kampka/kops
kops: 1.15.2 -> 1.15.3 and 1.16.1 -> 1.16.2
2020-05-06 10:54:33 +02:00
zimbatm 662ecb74aa vpsfree-client: init at 0.11.0 (#86046) 2020-05-02 19:11:23 +00:00
zimbatm e970627a71 Merge pull request #86178 from Mic92/gox
gox: 20181025 -> 1.0.1
2020-04-29 15:32:17 +02:00
zimbatm f3ce7c5582 Merge pull request #86053 from zimbatm/terraform-provider-vpsadmin
terraform-providers: updates and cleanups
2020-04-29 14:43:15 +02:00
zimbatm 1bf7f5f240 Merge pull request #85750 from zimbatm/srcOnly-docs
srcOnly: fix invocation and document
2020-04-27 14:49:55 +02:00
zimbatm 31ead7d030 srcOnly: rename buildInputs to nativeBuildInputs
The only reason to pass build inputs is to extend the unpackPhase with
custom unpack commands. Eg: add "unrar" to unpack rar sources. And those
should really be passed as native build inputs. Why? Because
nativeBuildInputs is for dependencies that are used at build time but
will not propagate as runtime dependencies. And also, cross-compilation.
2020-04-27 14:31:40 +02:00
zimbatm 018aadcfa1 terraform-providers.vpsadmin: init at 0.1.0 2020-04-26 13:35:16 +02:00
zimbatm 442f76893c terraform-providers.sops: init at 0.5.0 2020-04-26 13:21:15 +02:00
zimbatm 20f55a9fc0 terraform-providers.ibm: move to update-all script 2020-04-26 13:07:04 +02:00
zimbatm bb858898b1 terraform-providers: update-all 2020-04-26 12:56:28 +02:00
zimbatm bbbc419186 srcOnly: fix invocation and document
Previously, callPackage would try and fill the arguments such as `name`
and `src` which would cause problems if those existed as top-level
attributes. This also makes it clearer what part is the function
signature.

Then document the derivation inline in the code to explain the ellipsis
and various use-cases.
2020-04-22 14:06:28 +02:00
zimbatm 9ba63260fd Merge pull request #81812 from bignaux/standardnotes
standardnotes: 3.0.15 -> 3.3.3
2020-04-07 09:01:17 +00:00
zimbatm 3420bd63b9 nim: 1.0.6 -> 1.2.0 2020-04-04 01:15:27 +05:30
zimbatm 3e5149a79a terraform-providers: fix the google and google-beta providers 2020-04-02 17:53:05 +02:00
zimbatm 4ebd229369 google-compute-engine-oslogin: fix bash reference
This is the bash that is being called when logging into the VM. This
fixes prompt escaping issues and also restores tab completion to the
logged-in user.
2020-04-01 13:15:47 +02:00
zimbatm 5e37578dd9 .github/CODEOWNERS: remove myself from it
ofborg does a better job at assigning people
2020-04-01 13:05:38 +02:00
zimbatm d8f0c5407e Merge pull request #82929 from zimbatm/nixos-gerrit
nixos gerrit module
2020-03-26 12:47:15 +01:00
d37a0dca13 nixos: add gerrit module
Co-authored-by: edef <edef@edef.eu>
Co-authored-by: Florian Klink <flokli@flokli.de>
2020-03-26 09:28:42 +01:00
zimbatm 10c96e5b60 lib.generators: add toGitINI
This code was taken from the home-manager project.
2020-03-26 09:28:13 +01:00
zimbatm 8edcbd58f1 visualvm: 1.4.4 -> 2.0 (#82842)
* visualvm: 1.4.4 -> 2.0

* visualvm: gtk is part of the JVM disto
2020-03-19 13:13:23 +00:00
zimbatm 70519e57af Merge pull request #82733 from misuzu/zerotierone-armv7l-fix
zerotierone: fix build on armv7l via gcc9
2020-03-16 20:41:22 +01:00
zimbatm 3951e718b8 postgresqlPackages.repmgr: 4.4.0 -> 5.0.0 2020-03-15 22:07:10 +01:00
zimbatm 001be890f7 folding@home: 6.02 -> 7.5.1
The v7 series is very different.

This commit introduces the 3 packages: fahclient, fahcontrol and
fahviewer. It also rebuilds the NixOS module to map better with the new
client.
2020-03-14 13:01:26 -07:00
zimbatm b6fe12b1cc cryptpad: 3.0.1 -> 3.13.0 (#82602) 2020-03-14 19:51:44 +00:00
zimbatm cc90ececa7 environment.etc: fix typo 2020-03-09 12:01:41 +01:00
zimbatm 706f13a787 mdsh: 0.3.0 -> 0.4.0 (#81802) 2020-03-05 08:39:15 +00:00
zimbatm 3d6cdfa24b nixpkgs-fmt: 0.6.1 -> 0.7.0 (#81805) 2020-03-05 08:28:11 +00:00
zimbatm 89a09456c7 Revert "defaultGemConfig: remove asciidoctor-diagram JARs" (#81737)
This reverts commit 1ac11cc1c1.

asciidoctor-diagram starts Java processes, so the JARs are necessary
on all platforms.

See https://github.com/NixOS/nixpkgs/pull/77149#issuecomment-594576339.
2020-03-04 18:04:36 +00:00
zimbatm b32a057425 srcOnly: remove the ellipsis (#80903)
The function doesn't make use of the extra arguments.
2020-02-24 23:12:37 +00:00
zimbatm bcdc90a3a7 ruby_2_4: remove
According to https://endoflife.software/programming-languages/server-side-scripting/ruby
ruby 2.4 will go end-of-life in march, where the new release of nixpkgs
will be cut. We won't be able to support it for security updates.

Remove all references to ruby_2_4 and add ruby_2_7 instead where
missing.

Mark packages that depend on ruby 2.4 as broken:
* chefdk
* sonic-pi
2020-02-10 13:23:35 -05:00
zimbatm 15a51f6949 Merge pull request #78501 from bhipple/feature/fetchcargo-tar-gz
fetchcargo: use flat tar.gz file for vendored src instead of recursive hash dir
2020-02-10 16:22:23 +01:00
zimbatm be52945974 direnv: 2.21.1 -> 2.21.2 2020-01-28 20:59:44 +01:00
zimbatm 61c9405d4c direnv: 2.21.0 -> 2.21.1 2020-01-26 14:23:32 +01:00
zimbatm 55250aae72 direnv: 2.20.1 -> 2.21.0 2020-01-25 16:09:45 +01:00
zimbatmandJon 546fe02875 h: init at 1.0.0 (#78017)
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-01-22 09:49:54 +00:00
zimbatm ab10bac1b1 nixos-rebuild: fix the maybeSudo usage
* properly expand the command using arrays instead of strings
* also handle sudo on the localhost
2020-01-21 13:17:38 +01:00
zimbatm 93204f1d8a nixos/matterbridge: fix package access
was broken by 4371ecb8a6 due to the
switch to buildGoModule
2020-01-21 13:17:18 +01:00
zimbatm f8df74be4b vncdo: fix build 2020-01-21 13:16:01 +01:00
zimbatm b54c60b689 nixos/zerotierone: simplify the unit
There is no need to stop/start the unit when the machine is online or
offline.

This should fix the shutdown locking issues.

nixos zerotier: sometimes it doesn't shutdown
2020-01-21 13:14:38 +01:00
zimbatm e20de6b57a Merge pull request #78045 from flokli/buildkite-agent-user-runtime-test
nixos/buildkite: add option to configure user, add nix-required packages to runtime, add test
2020-01-20 13:50:10 +00:00
zimbatm 4371ecb8a6 matterbridge: 1.11.0 -> 1.16.3 (#77454) 2020-01-10 18:04:22 +00:00
zimbatm ddc83e68cc Merge pull request #77149 from alyssais/asciidoctor
Reduce AsciiDoctor closure size
2020-01-10 14:35:29 +00:00
zimbatm e639d3e844 Merge pull request #77437 from adisbladis/poetry-1_0_1
poetry: 1.0.0 -> 1.0.1
2020-01-10 14:22:01 +00:00
zimbatm 48f461d8c3 Merge pull request #76916 from danielfullmer/zerotierone-cross
zerotierone: fix cross compilation
2020-01-04 20:41:22 +00:00
zimbatm 5f5df51bf0 Merge pull request #76758 from alyssais/ruby_2_7
Some Ruby 2.7 updates and fixes
2020-01-01 11:29:44 +00:00
zimbatm ab64518d0f nixos/redmine: update example to more recent Ruby 2020-01-01 00:27:14 +00:00
zimbatm a9341dbb33 ruby_2_7.withPackages: test 2020-01-01 00:25:35 +00:00
zimbatm c187844214 unit: add withRuby_2_7 option 2020-01-01 00:25:03 +00:00
zimbatm 9e6f0d5a78 rubyPackages_2_7: init at 2.7.0 2020-01-01 00:24:17 +00:00
zimbatm f373ecec8f buildGoModule: support impure modules (#76532)
When modSha256 is null, disable the nix sandbox instead of using a
fixed-output derivation. This requires the nix-daemon to have
`sandbox = relaxed` set in their config to work properly.

Because the output is (hopefully) deterministic based on the inputs,
this should give a reproducible output. This is useful for development
outside of nixpkgs where re-generating the modSha256 on each mod.sum
changes is cumbersome.

Don't use this in nixpkgs! This is why null is not the default value.
2019-12-28 12:36:42 -08:00
zimbatm 727c20f8e1 rambox: fix node_modules sha256 2019-12-27 10:28:29 +01:00
zimbatm e18435d9ad travis: add pry to the dependencies
This is required to run `travis console` but is not part of the upstream
dependency list. Upstream is also not compatible with pry 0.12+ and
breaks with this error `uninitialized constant Pry::SIMPLE_PROMPT`.

Fixes #73238
2019-11-20 15:36:55 -08:00
zimbatm f40b8471e7 fsatrace: 0.0.1-160 -> 0.0.1-324 2019-11-10 10:01:01 +00:00
zimbatm a8f50f02cc Merge pull request #72939 from mbrgm/update-terraform-providers
terraform-providers: update and improve update script
2019-11-09 18:15:16 +00:00
zimbatm 0132b040fc Merge pull request #73047 from gotcha/vimelette
vimPlugins.vimelette: init at 2019-05-02
2019-11-08 15:32:13 +00:00
zimbatm 85142b9ad2 nixpkgs-fmt: 0.6.0 -> 0.6.1 2019-11-07 22:50:57 +00:00
zimbatm 71184f8e15 stdenv/check-meta: getEnv if the attribute is unset (#72376)
There were two issues:

* builtins.getEnv was called deep into the nixpkgs tree making it hard
  to discover. This is solved by moving the call into
  pkgs/top-level/impure.nix
* when the config was explicitly set by the user to false, it would
  still try and load the environment variable. This meant that it was
  not possible to guarantee the same outcome on two different systems.
2019-11-03 17:40:43 +00:00
zimbatm 01f6d4d36f Merge pull request #72419 from WilliButz/rubyPackages/remove-global-v8-pinning
rubyPackages: remove global v8 pinning
2019-11-03 12:19:18 +00:00
zimbatm 639a0eafcb mdsh: 0.2.0 -> 0.3.0 2019-10-20 00:33:28 +02:00
zimbatm 4738a5772b keycard-cli: embed version 2019-10-08 17:47:34 +02:00
zimbatm 6886db123c keycard-cli: init at 0.0.12 2019-10-08 17:35:14 +02:00
zimbatm 90c89eac6e mdsh: 0.1.4 -> 0.2.0 2019-10-08 13:16:12 +02:00
zimbatm d3542aae76 coz: init at 0.2.0 (#68981) 2019-10-03 14:34:17 +00:00
zimbatm 0df4dad270 Merge pull request #68957 from simonchatts/entrance
pythonPackages.entrance: init at 1.1.10 (and janus init at 0.4.0)
2019-10-01 07:50:23 +00:00
zimbatm 212973a057 pythonPackages.janus: disabled if python < 3.6 2019-10-01 07:47:54 +00:00
zimbatm ee00d08ed0 mdsh: use the verifyCargoDeps option 2019-09-30 17:09:52 +00:00
zimbatm f8d67ec135 buildRustPackage: add verifyCargoDeps option
One issue with cargoSha256 is that it's hard to detect when it needs to
be updated or not. It's possible to upgrade a package and forget to
update cargoSha256 and run with old versions of the program or
libraries.

This commit introduces `verifyCargoDeps` which, when enabled, will check
that the Cargo.lock is not out of date in the cargoDeps by comparing it
with the package source.
2019-09-30 17:09:52 +00:00
zimbatm 25fb1e59d6 nixpkgs-fmt: 0.5.0 -> 0.6.0 2019-09-16 16:28:46 +02:00
zimbatm d5817fa95a rustup: 1.18.3 -> 1.19.0 2019-09-13 16:33:40 +00:00
zimbatm c2cbbb7010 Merge pull request #68651 from marsam/postgresql-ext-add-platforms
postgresqlPackages: add missing platforms
2019-09-13 14:03:30 +00:00
zimbatm cef857e8b7 bundlerApp: avoid unecessary rebuilds when gemdir changes
Because the gemdir was referenced on the derivation, it would cause the
whole gemdir to get added to the store, which would in turn force the
derivation to be rebuilt whenever unrelated folder files would change.
2019-09-13 11:40:40 +00:00
zimbatm ab0308604b cide: remove (#68505) 2019-09-12 22:02:26 +02:00
zimbatm f42258c54d terraform: default to version 0.12 (#68497) 2019-09-11 15:50:39 +02:00
zimbatm 4441befd43 repmgr: init at 4.4.0 (#68444) 2019-09-10 21:16:03 +02:00
zimbatm 862e91dc6b helm: 2.14.2 -> 2.14.3 2019-09-09 13:28:41 +02:00
zimbatm bcc8db0298 kind: 0.3.0 -> 0.5.1 (#68319) 2019-09-09 13:12:59 +02:00
zimbatm 1fff2b0760 nixpkgs-fmt: 0.3.1 -> 0.5.0 2019-09-07 23:54:49 +02:00
zimbatmandFlorian Klink 406e29ff78 nix-store-gcs-proxy: init at 0.1.0 (#68139)
* nix-store-gcs-proxy: init at 0.1.0

Co-Authored-By: Florian Klink <flokli@flokli.de>
2019-09-06 20:25:45 -07:00
zimbatm 80a3988150 remove empty nix file
Nix repl hangs when evaluating empty files.

    find -name "*.nix" -empty -delete
2019-08-31 00:00:29 +02:00
zimbatm 3d0af7848c Merge pull request #67607 from zimbatm/verifpal-0.2
verifpal: init at 0.2
2019-08-30 21:56:52 +02:00
zimbatm 792bb4f7f6 verifpal: init at 0.2 2019-08-30 21:56:12 +02:00
zimbatm 027b117fee pigeon: init at 20160310 2019-08-30 21:56:12 +02:00
zimbatm b240871063 nixpkgs-fmt: 0.2.0 -> 0.3.1 2019-08-24 14:28:06 +02:00
zimbatm 79c2ed6b60 nixpkgs-fmt: init at 0.2.0 2019-08-23 16:12:50 +02:00
zimbatm a0a0106f59 pre-commit: 1.17.0 -> 1.18.1 2019-08-12 09:34:23 +02:00
zimbatm 8b772254e5 Merge pull request #64242 from kampka/refactor_kops
kops: restructure package to maintain multiple versions in the future
2019-08-05 14:41:04 +00:00