Git Product home page Git Product logo

.nixconfig's People

Contributors

mcdonc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

goetzvr qwqawawow

.nixconfig's Issues

Raspberry Pi 2

Greetings, Mr Nix Champion! I have watched Both your videos and reviewed your material. I know these videos and write-ups take a good deal of time to produce, so I have a simple request.

Please could you create a flake setup for the most basic armv7l Pi 2b image? No video necessary. I've been trying to get NixOS on Pi 2b for months, but I just can't seem to figure it out at all, and there are no instructions online anywhere.

I downloaded your git for zero2w/pi4 and tried modifying it to add pi2b, but there were Nix errors I could not overcome. I've been running NixOS on my computers for over a year, but Nix is a deep rabbit hole with many quirks that I have yet to figure out.

You seem to understand the magic of Nix far more than me, so I had to reach out to you. If you could make a flake build for armv7l Pi 2b image I would be so so grateful!

writePython3Bin flake8 workaround

Unfortunately, ``writePython3Bin`` is quite opinionated about the formatting of
the Python it will accept. For example, changing ``myscript.py`` to this:
.. code-block:: python
print("hello from a Python script")#a comment
Will cause the derivation to not be realizable.

One workaround is to add # flake8: noqa to the script as described here.

E.g.

mypyscript = pkgs.writers.writePython3Bin "mypyscript" {} ''
  # flake8: noqa
  print("hello from a Python script")#a comment
'';

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.