diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -12,3 +12,21 @@ When that damn bug gets fixed, we could just do: nix-deploy --to root@simatime.com \ --path $(nix-build --no-out-path ./nixos.nix) + + + + +, Person { _name = "" + , __pic = "" + , _twitter = "" + , _website = "" + , _books = [ Book { _title = "" + , _author = "" + , _amznref = "" + } + , Book { _title = "" + , _author ="" + , _amznref = "" + } + ] + } |