Dustin Lyons

Results 32 comments of Dustin Lyons

Hi, thanks for the suggestion! It's actually not entirely my code, I found a gist online where someone else had described the dock in this way. It is very elegant....

Make sure the first line of the file that looks like { pkgs, lib, ... }: etc includes `config`.

Hi @SolidRhino, any luck with this?

I like the interactive prompt as if you can keep it to a few simple questions, it's easier overall for the beginner. So my thoughts are this would be a...

Closing, if you have future questions, please don't hesitate to reach out.

@ar4s-gh You're probably typing 'yes' or 'no'. It should be 'Y', 'y', 'N', or 'n'. I think this is a bug in the apply script I need to fix. Edit:...

Thanks a ton for contributing, @hartikainen. This is my first decent open-source project so I'm always in awe when people chip in 😀 Do you mind fixing this in the...

Awesome, thanks again @hartikainen!

I'm inspecting the live installer ISO, the target of the remote build. Running nix show-config: ``` extra-platforms = i686-linux x86_64-v1-linux x86_64-v2-linux x86_64-v3-linux x86_64-v4-linux ``` ``` system = x86_64-linux ```

Hi @sadoMasupilami Thanks for reaching out, and we were all just starting once! Unfortunately, this project does not include that ability yet. That would take some effort by myself or...