summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* nixos/lib/make-disk-image.nix: VDI supportEmery Hemingway2020-06-13
|
* tup: fix setup hook locationEmery Hemingway2020-06-13
|
* tup: add setupHookEmery Hemingway2020-06-13
|
* tup: 0.7.8 -> 0.7.9Emery Hemingway2020-06-13
|
* Merge pull request #89333 from zowoq/go_1_13Mario Rodas2020-06-12
|\ | | | | go_1_13: 1.13.11 -> 1.13.12
| * go_1_13: 1.13.11 -> 1.13.12zowoq2020-06-02
| | | | | | | | https://golang.org/doc/devel/release.html#go1.13.minor
* | Merge pull request #90209 from berbiche/playerctl-bash-completionsMario Rodas2020-06-12
|\ \ | | | | | | playerctl: enable bash completions
| * | playerctl: enable bash completionsNicolas Berbiche2020-06-12
| | |
* | | Merge pull request #90212 from lovesegfault/rm-casperSamuel Dionne-Riel2020-06-12
|\ \ \ | | | | | | | | casperjs: remove
| * | | casperjs: removeBernardo Meurer2020-06-12
| | | |
* | | | Merge pull request #90194 from bbigras/brootMario Rodas2020-06-12
|\ \ \ \ | | | | | | | | | | broot: 0.13.6 -> 0.15.1
| * | | | broot: 0.13.6 -> 0.15.1Bruno Bigras2020-06-12
| | | | |
* | | | | rclone: 1.52.0 -> 1.52.1Daniel Fullmer2020-06-12
| | | | |
* | | | | ffmpeg-full: add librsvg supportJoe Hermaszewski2020-06-12
| | | | |
* | | | | Merge pull request #90157 from obsidiansystems/socket-based-ipfsJohn Ericson2020-06-12
|\ \ \ \ \ | | | | | | | | | | | | Add socket-based IPFS support
| * | | | | nixos/ipfs: only set listenstream when gateway/api is defaultMatthew Bauer2020-06-12
| | | | | |
| * | | | | nixos/ipfs: always expose socketsMatthew Bauer2020-06-12
| | | | | |
| * | | | | nixos/ipfs: actually use upstream systemd unitsMatthew Bauer2020-06-12
| | | | | |
| * | | | | nixos/ipfs: add startWhenNeeded optionMatthew Bauer2020-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it possible to only start IPFS when needed. So a user’s IPFS daemon only starts when they actually use it. A few important warnings though: - This probably shouldn’t be mixed with services.ipfs.autoMount since you want /ipfs and /ipns aren’t activated like this - ipfs.socket assumes that you are using ports 5001 and 8080 for the API and gateway respectively. We could do some parsing to figure out what is in apiAddress and gatewayAddress, but that’s kind of difficult given the nonstandard address format. - Apparently? this doesn’t work with the --api commands used in the tests. Of course you can always start automatically with startWhenNeeded = false, or just running ‘systemctl start ipfs.service’. Tested with the following test (modified from tests/ipfs.nix): import ./make-test-python.nix ({ pkgs, ...} : { name = "ipfs"; nodes.machine = { ... }: { services.ipfs = { enable = true; startWhenNeeded = true; }; }; testScript = '' start_all() machine.wait_until_succeeds("ipfs id") ipfs_hash = machine.succeed("echo fnord | ipfs add | awk '{ print $2 }'") machine.succeed(f"ipfs cat /ipfs/{ipfs_hash.strip()} | grep fnord") ''; }) Fixes #90145 Update nixos/modules/services/network-filesystems/ipfs.nix Co-authored-by: Florian Klink <flokli@flokli.de>
| * | | | | nixos/ipfs: consolidate services into one ipfs.serviceMatthew Bauer2020-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously we had three services for different config flavors. This is confusing because only one instance of IPFS can run on a host / port combination at once. So move all into ipfs.service, which contains the configuration specified in services.ipfs. Also remove the env wrapper and just use systemd env configuration.
| * | | | | nixos/ipfs: remove unused auto migrate featureMatthew Bauer2020-06-11
| | | | | |
| * | | | | ipfs: copy systemd support files to outputMatthew Bauer2020-06-11
| | | | | |
* | | | | | Merge pull request #90204 from Ericson2314/fix-perl-pkg-configJohn Ericson2020-06-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | perlPackages.ExtUtilsPkgConfig: Fix build
| * | | | | | perlPackages.ExtUtilsPkgConfig: Fix buildJohn Ericson2020-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #90084
* | | | | | | Merge pull request #89877 from r-ryantm/auto-update/watchexecVladyslav M2020-06-12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | watchexec: 1.13.0 -> 1.13.1
| * | | | | | | watchexec: 1.13.0 -> 1.13.1R. RyanTM2020-06-09
| | | | | | | |
* | | | | | | | Merge pull request #90106 from r-ryantm/auto-update/piperRyan Mulligan2020-06-12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | piper: 0.4 -> 0.5
| * | | | | | | | piper: 0.4 -> 0.5R. RyanTM2020-06-11
| | | | | | | | |
* | | | | | | | | Merge pull request #90062 from steve-chavez/unbreak-hasql-notiPeter Simons2020-06-12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | haskellPackages.hasql-notifications: unbreak
| * | | | | | | | | haskellPackages.hasql-notifications: unbreaksteve-chavez2020-06-10
| | | | | | | | | |
* | | | | | | | | | python3Packages.duecredit: init at 0.8.0Ben Darwin2020-06-12
| | | | | | | | | |
* | | | | | | | | | python3Packages.citeproc-py: init at 0.5.1Ben Darwin2020-06-12
| | | | | | | | | |
* | | | | | | | | | python3Packages.rnc2rng: init at 2.6.4Ben Darwin2020-06-12
| | | | | | | | | |
* | | | | | | | | | piccata 1.0.1 -> 2.0.0Sirio Balmelli2020-06-12
| |_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
* | | | | | | | | Merge pull request #89112 from eadwu/musl/libc-archMatthew Bauer2020-06-12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | musl: include libc.musl-$arch
| * | | | | | | | | musl: include libc.musl-$archEdmund Wu2020-06-12
| | | | | | | | | |
* | | | | | | | | | Merge pull request #90186 from 7c6f434c/fix-mplayerMichael Raskin2020-06-12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | mplayer: fix build by forcing -lfreetype
| * | | | | | | | | | mplayer: fix build by forcing -lfreetypeMichael Raskin2020-06-12
| | | | | | | | | | |
* | | | | | | | | | | firefox-beta-bin: 77.0b7 -> 78.0b2 (security)ajs1242020-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR #89438.
* | | | | | | | | | | firefox-esr-68: 68.8.0esr -> 68.9.0esr (security)ajs1242020-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR #89438.
* | | | | | | | | | | firefox-bin: 76.0 -> 77.0.1 (security)ajs1242020-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR #89438.
* | | | | | | | | | | Merge pull request #90189 from volth/cental.maven.orgJörg Thalheim2020-06-12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | treewide: central.maven.org -> repo1.maven.org
| * | | | | | | | | | | treewide: central.maven.org -> repo1.maven.orgvolth2020-06-12
| | | | | | | | | | | |
* | | | | | | | | | | | python3Packages.iterm2: init at 1.14Jeremy Schlatter2020-06-12
| | | | | | | | | | | |
* | | | | | | | | | | | maintainers: add jeremyschlatterJeremy Schlatter2020-06-12
| | | | | | | | | | | |
* | | | | | | | | | | | treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar2020-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that used `ffmpeg` without requiring a specific version now use ffmpeg_3 explicitly so they shouldn't change.
* | | | | | | | | | | | ffmpeg: default to ffmpeg_4Doron Behar2020-06-12
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #87178 from hax404/teeworlds-module-testJörg Thalheim2020-06-12
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | nixos/{modules,tests}/teeworlds: init
| * | | | | | | | | | | nixos/{modules,tests}/teeworlds: initGeorg Haas2020-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add module and test
* | | | | | | | | | | | pythonPackages.bravia-tv: 1.0.1 -> 1.0.5Cole Mickens2020-06-12
| | | | | | | | | | | |