nix
nix copied to clipboard
My personal notes and memos about playing with NixOS on a Raspberry PI
``minimal.nix`` cannot be found. Should it be ``rpi.nix`` ?
```nix { pkgs ? import {} }: pkgs.python3Packages.buildPythonApplication { pname = "myapp"; src = ./.; version = "0.1"; propagatedBuildInputs = [ pkgs.python3Packages.flask ]; } ``` ```nix [default.nix] { pkgs ?...
https://github.com/hercules-ci/canonix/ and/or https://github.com/nix-community/nixpkgs-fmt.
I want the `tv` device to automatically pull latest changes and run `nixos-rebuild && reboot` every time `tv.nix` is updated in GitHub's master. Ideas: * use cron to run `git...