1
0
Fork 0
mirror of https://github.com/samueldr/wip-pinebook-pro.git synced 2024-11-14 06:59:43 +01:00
wip-pinebook-pro/default.nix
Jake Waksbaum a217594cf3 Use flakes
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'.
2020-08-23 21:57:54 -04:00

5 lines
123 B
Nix

(
import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
src = ./.;
}
).defaultNix