Diamond
Diamond
New error with `nixos-19.09`: ``` error: attribute 'overlays' missing, at /tmp/morph-388782134/eval-machines.nix:39:50 (use '--show-trace' to show detailed location information) Error while running `nix build ...`: See above. ``` ```nix let pkgs...
New error with `nixos-19.03`:  ```nix let pkgs = import (builtins.fetchGit { url = "https://github.com/NixOS/nixpkgs-channels.git"; ref = "nixos-19.03"; rev = "2dfae8e22fde5032419c3027964c406508332974"; }) {}; ``` Imports: ```nix imports = [ "${home-manager}/nixos"...
Unfortunately I can't test this anymore, but if I recall correctly then the issue was caused by the `` imports using my local channel.
I second this. Golang has decent file encryption libraries; one of which [minio/sio](https://github.com/minio/sio) which I've been trying. I can probably get a PR in to support basic password encryption on...
On second thought, a better idea would just be a simple API in `default.nix` or somewhere declarative that allows running scripts.
I feel like something that allows building on one node and propagating nix builds from that remote node would be a pretty good idea. A scenario that I'm struggling with...
+1 morph should rollback if these fail, or at least provide a command that allows doing so.
I think it would be nice if `TextView`'s API could be modified to simply be editable, then it can be exposed using a `SetEditable(bool)` method. I think `TextView` already has...
> you want the textbox having a fixed dimensions, like for example 20 characters wide and 4 rows I think the `TextArea` widget doesn't have to provide this. This is...
Where was the cursor previously? In editors like vim, that affects where the cursor will end up: - If the cursor was previously at the start, going to an empty...