mirror of
https://github.com/samueldr/wip-pinebook-pro.git
synced 2024-11-14 06:59:43 +01:00
a217594cf3
This should let users build an SD image simply with `nix build` run from the root of the repo, or even `nix build github:samudeldr/wip-pinebook-pro'.
5 lines
123 B
Nix
5 lines
123 B
Nix
(
|
|
import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
|
|
src = ./.;
|
|
}
|
|
).defaultNix
|