Skip to content

Instantly share code, notes, and snippets.

@betaboon
Created May 21, 2020 08:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save betaboon/eadffe5a8b973abfe7795f7f983cec9e to your computer and use it in GitHub Desktop.
Save betaboon/eadffe5a8b973abfe7795f7f983cec9e to your computer and use it in GitHub Desktop.
armv7-tarball
{ pkgs, lib }:
let
config = (import <nixpkgs/nixos/lib/eval-config.nix> {
system = "armv7l-linux";
modules = [
./configuration.nix
];
}).config;
build = config.system.build;
in build.tarball
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment