Michael Stone
Michael Stone
[Nix flakes](https://www.tweag.io/blog/2020-05-25-flakes/) are an emerging technology for composing software which solves a related but complementary problem to the one addressed today via `c2rust`'s `shell.nix`/`nix-shell` support. This PR provides a rough-draft-quality...
**Symptom** ``` cat >example.nix
**Situation** Debian has decided to name their docker executable [`docker.io`](http://packages.debian.org/sid/docker.io) instead of `docker` and, as a result, the `docker-run` scripts produced by `nix-docker` do not run properly on Debian +...
Where should playbook readers who want to learn more about any given play turn to look for further information, examples, or advice?
I just ran into an interesting issue (and arguably, an impurity in flakes on darwin) while trying to build https://github.com/ejgallego/coq-lsp?submodules=1#packages.aarch64_darwin.vscode-extension. The symptom of the problem is that `nix build -L`...
Checking out Objective-Smalltalk, MPWFoundation, selecting the 'stsh' scheme, and hitting build results in the following error: ``` ... /bin/sh -c /Users/mstone/Library/Developer/Xcode/DerivedData/objective-smalltalk-ennpizgpendiubaaqiihhtetjsas/Build/Intermediates.noindex/MPWFoundation.build/Release/MPWFoundationFramework.build/Script-1FF8FE2809B49D0200652476.sh --- /Users/mstone/Library/Developer/Xcode/DerivedData/objective-smalltalk-ennpizgpendiubaaqiihhtetjsas/Build/Intermediates.noindex/MPWFoundation.build/Release/MPWFoundationFramework.build/Script-1FF8FE2809B49D0200652476.sh: line 7: /Users/mstone/Library/Developer/Xcode/DerivedData/objective-smalltalk-ennpizgpendiubaaqiihhtetjsas/Build/Products/Release/MPWFoundation.framework: is a directory Command...
Is `dioxus-helmet` supposed to support all the targets that `dioxus` does? (Thanks!) -- Michael
Perhaps https://github.com/ktosiek/ansible-nix/blob/master/tasks/main.yml#L32 should be something like ``` with_items: "{{ nix_users }}" ``` instead of ``` with_items: nix_users ``` ?