Commit Graph
18 Commits
Author SHA1 Message Date
Utku Demir bf1c120e15 python3Packages.cookiecutter: add missing slugify dependency 2020-06-04 09:32:55 +12:00
Utku Demir f5a90a7aab dockerTools.buildImage: Preserve environment variables from the parent image 2020-05-08 21:49:16 +12:00
Utku Demir f12346d493 dockerTools: Calculate tarsum's on the fly
Calculating the tarsum after creating a layer is inefficient, since
we have to read the tarball we've just written from the disk.

This commit simultaneously calculates the tarsum while creating the
tarball.
2020-05-07 11:50:07 +12:00
Utku Demir 69f6294724 dockerTools.buildLayeredImage: Avoid appending to tarballs when building layers
Appending to an existing tar archive repeatedly seems to be a quadratic
operation, since tar seems to traverse the existing archive even using
the `-r, --append` flag. This commit avoids that by passing the list of
files to a single tar invocation.
2020-05-07 11:50:00 +12:00
Utku Demir 26e22e6dfe Remove obsolete patch for Hedgehog on ghc-8.8.1 2019-10-03 11:07:21 +13:00
Utku Demir 8376cd42a4 shunit2: init at 2019-08-10 2019-09-06 12:16:16 +12:00
Utku Demir 35494acff9 srandrd: init at v0.6.0 2019-05-28 15:33:28 +09:00
Utku Demir 2004af94f7 asciiquarium: init at 1.1 2019-01-27 13:11:41 +13:00
Utku Demir 461c9d783c kakoune: override 'version' env var
* kakoune: Prefix version with 'v' (#50617)

Turns out there's some tooling parsing the version number and having a
'v' prefix works better in that case.

I tested that it builds & works fine on NixOS.

See: https://github.com/ul/kak-lsp/issues/99

* Override 'version' env variable
2018-11-20 23:57:39 +01:00
Utku Demir c90f96ad32 kakoune: 2018.08.05 -> 2018.09.04 2018-09-06 09:12:12 +12:00
Utku Demir 7fbfba7c66 bluejeans-gui: init at 1.6.39 2018-09-02 19:22:07 +12:00
Utku Demir 1f00380cfa kakoune: 2018-05-21 -> 2018-08-05 (#44706) 2018-08-09 00:28:19 +02:00
Utku Demir e9e823c178 spotify: 1.0.72.117 -> 1.0.77.338 2018-04-13 09:26:03 +12:00
Utku Demir cf8e966e00 lastpass-cli: 1.1.1 -> 1.2.1 2017-10-24 17:34:51 +02:00
Utku Demir 30c63ace56 kt: 11.1.0 -> 12.1.0 2017-10-17 11:57:38 +13:00
Utku Demir cf17954406 firefox-beta-bin: 56.0b5 -> 57.0b4 2017-10-02 10:20:19 +13:00
Utku Demir cd490dc619 spotify: 1.0.64.401.g9d720389-21 -> 1.0.64.407.g9bd02c2d-26 2017-10-02 10:18:05 +13:00
Utku Demir 5a78bed2bb Fix documentation of emacsWithPackages
After [this change](https://github.com/NixOS/nixpkgs/commit/901a778c7744b25013168dde1a2a548ad531fd78), it should be `overrideScope` instead of `override`.
2017-05-02 09:52:04 +12:00