Merge branch 'master' of github.com:r-raymond/nixos-mailserver

This commit is contained in:
Robin Raymond 2017-12-22 11:18:37 +01:00
commit d6e8a2aa47
3 changed files with 5 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
result

View file

@ -71,7 +71,7 @@ D9FE 4119 F082 6F15 93BD BD36 6162 DBA5 635E A16A
{ config, pkgs, ... }:
{
imports = [
(builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.0.2.tar.gz")
(builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.0.4.tar.gz")
];
mailserver = {

3
update.sh Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
sed -i -e "s/v[0-9]\+\.[0-9]\+\.[0-9]\+/$1/g" README.md