Eelco Dolstra
38dcd0c4b8
Release note updates
2017-10-23 20:50:28 +02:00
Eelco Dolstra
863a45f1f3
build-remote: Put current load under the store state directory
...
Fixes the error
error: opening lock file '/nix/var/nix/current-load/main-lock': Permission denied
when using a chroot store.
2017-10-23 20:50:24 +02:00
Vincent Ambo
2c3ea872d6
refactor: Enable PostgreSQL on both machines
2017-10-23 10:05:47 +02:00
Vincent Ambo
94be3b03ba
fix(dotfiles/alacritty): Slightly increase font size
2017-10-23 10:05:20 +02:00
Vincent Ambo
55d35fc19b
feat(stallo): Enable PostgreSQL for development
2017-10-23 00:34:50 +02:00
Vincent Ambo
5f5ed214f0
feat(dotfiles/fish): Add Cargo-installed tools to $PATH
2017-10-22 20:45:50 +02:00
Vincent Ambo
6193726fb7
docs: Add note about undefer
2017-10-22 17:40:29 +02:00
Vincent Ambo
4df6ba856b
docs: Add README with a bit of explanation
2017-10-22 17:39:06 +02:00
Vincent Ambo
49a553c5c5
feat: Add spooky undefer implementation
2017-10-22 17:35:45 +02:00
Vincent Ambo
ff7b5b42bf
feat: Add example with error return
2017-10-22 17:22:14 +02:00
Vincent Ambo
5eec09334b
feat: Add Drop-based defer implementation
2017-10-22 17:22:05 +02:00
Vincent Ambo
aabac498e7
chore: Bootstrap Cargo project
2017-10-22 17:21:20 +02:00
Vincent Ambo
dadaa33003
chore: Initial commit
2017-10-22 17:21:11 +02:00
Vincent Ambo
83bbedbb6f
feat(adho): Add another wifi network
2017-10-22 01:31:20 +02:00
William Carroll
54e10baa6c
Updates vimrc movement kbds
2017-10-20 19:43:08 -04:00
William Carroll
f287a2b3b1
Moves .emacs -> init.el
...
Need to reconfigure the setup script to symlink init.el to ~/.emacs.d
instead of symlinking it to ~/. This change is better in the long run.
2017-10-20 19:41:47 -04:00
Vincent Ambo
ba3a9c53eb
feat(desktop): Install some more fonts
...
Adds fonts that will be useful for switching to i3status-rust and its
powerline mode!
2017-10-21 00:33:54 +02:00
Vincent Ambo
9b7810ae42
style(all): Consistently use block/attr format & clean up
2017-10-21 00:33:39 +02:00
Vincent Ambo
bc1f098bac
feat(dotfiles/fish): re-enable VCS prompt colour hints
2017-10-21 00:09:32 +02:00
Vincent Ambo
e86392b55a
feat(dotfiles/fish): Alias ls to exa
...
Old habits die hard, but I really want more Rust in my userland.
2017-10-21 00:05:49 +02:00
Vincent Ambo
d7ae1b70d3
fix(dotfiles): Overwrite default NixOS fish config
...
NixOS by default adds some fish-config setup that I don't think I
want, but it's a bit unclear what the goal of it is.
I've overwritten it now and things still work fine!
2017-10-21 00:05:49 +02:00
Vincent Ambo
b67fca345a
feat(dotfiles): Add alacritty configuration
2017-10-21 00:05:49 +02:00
Vincent Ambo
8cf6fb0360
feat(dotfiles): Add rofi configuration
2017-10-21 00:05:49 +02:00
Vincent Ambo
106ca20940
feat(dotfiles): Add fish-shell & tmux configuration
2017-10-21 00:05:49 +02:00
Vincent Ambo
7fe75e0138
feat(dotfiles): Begin controlling various dotfiles from Nix
...
Moves my i3 configuration into a nix derivation called 'tazjins-dotfiles'.
A good step towards fully declarative system configuration!
2017-10-21 00:05:49 +02:00
Vincent Ambo
a8a9bf1300
feat(pkgs): Add mq-cli package
2017-10-20 21:47:26 +02:00
Vincent Ambo
30f101e75d
feat: Install iftop
2017-10-20 21:47:26 +02:00
Vincent Ambo
19f165484b
feat(adho): Configure larger local POSIX queue sizes
...
Required for some testing at work.
2017-10-20 21:47:26 +02:00
Vincent Ambo
2d80f468d0
fix(pkgs): Use correct IntelliJ IDEA version
...
I actually have an Ultimate license, so I should probably use that.
2017-10-20 21:47:26 +02:00
Vincent Ambo
8fe1795f16
feat(adho): Enable bluetooth
2017-10-20 21:47:22 +02:00
Vincent Ambo
2c71e092f6
refactor: Compatibility with Rust 1.20
...
for_each was stabilised in 1.21, but is not yet available in all
distributions.
2017-10-20 21:40:25 +02:00
Vincent Ambo
d742c6526b
feat: Add send command
...
Adds a command that can be used to send simple messages.
In the future this may also accept arguments from stdin to send
non-text messages.
2017-10-20 17:30:45 +02:00
Vincent Ambo
a023e05474
feat: Add receive command
...
Adds a command to receive a single message from a queue.
2017-10-20 17:30:45 +02:00
Vincent Ambo
232cf36f20
chore(cargo): Bump version to 0.1.2
2017-10-20 17:19:46 +02:00
Vincent Ambo
e22ad15329
fix(error): Module should be public
2017-10-20 17:18:59 +02:00
Vincent Ambo
23ac0eef87
refactor: More sensible CLI structure
2017-10-20 13:17:00 +02:00
Vincent Ambo
79a27f8f0d
feat(build): Add Travis-CI configuration
2017-10-20 13:17:00 +02:00
Vincent Ambo
44e72884a6
feat: Add create command
...
Adds a command to create message queues with custom parameters.
2017-10-20 13:17:00 +02:00
Vincent Ambo
10dcab6365
feat: Add command to list and inspect queues
2017-10-20 13:17:00 +02:00
Vincent Ambo
0e6d521ae0
chore: Add project bootstrap files
2017-10-20 13:11:33 +02:00
Vincent Ambo
d6fb2e41fd
chore: Initial commit
2017-10-20 12:06:01 +02:00
Eelco Dolstra
f31c66d392
Merge pull request #1616 from copumpkin/separate-darwin-sandbox
...
Shift Darwin sandbox to separate installed files
2017-10-20 12:00:27 +02:00
Eelco Dolstra
311b59001a
Merge pull request #1622 from kini/c++14-prerequisite
...
Mention C++14 dependency in the manual.
2017-10-20 11:35:14 +02:00
Stefan Magnus Landrø
68e2f99062
feat templater: Add IP lookup function
...
This introduces support for looking up IP addresses using local DNS resolver.
Function will return a list of all IP addresses associated with hostname.
Further processing can be achieved using supported list template functions.
2017-10-20 09:43:02 +02:00
Keshav Kini
32940702fc
Mention C++14 dependency in the manual.
...
A couple makefiles in the sources have -std=c++14 in the CFLAGS.
2017-10-19 18:03:26 -07:00
Shea Levy
c7af84ce84
nix-shell: Fix file name resolution in shebangs
2017-10-19 15:02:40 -04:00
Eelco Dolstra
ef1d0142a0
Revert "Let's not populate the NAR cache from hydra-queue-runner for now"
...
This reverts commit 908590dc6c
. Since
hydra-server can have a different store URI from hydra-queue-runner
now, we don't really need this.
2017-10-19 12:11:07 +02:00
Vincent Ambo
9361addb54
feat: Install jq
...
How could I even forget about this?
2017-10-19 01:48:27 +02:00
Abseil Team
6cf9c73102
Changes imported from Abseil "staging" branch:
...
- 2620e69367081a44678a4550dff050cf9bef9106 Avoid unused variable warnings. by Abseil Team <absl-team@google.com>
GitOrigin-RevId: 2620e69367081a44678a4550dff050cf9bef9106
Change-Id: I0acf38c122e5bbb0864a8ee851ec72dea6c2cca0
2017-10-18 10:56:40 -04:00
Eelco Dolstra
908590dc6c
Let's not populate the NAR cache from hydra-queue-runner for now
2017-10-18 15:45:39 +02:00