From 22b1fcfeb53e0f712315c8008c8be9500832f6f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 20 Apr 2022 12:11:12 +0200 Subject: flake: allow access to the tarball nixos configuration This way it is possible to access the nixos config and packages for boards with ease. --- lib/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/default.nix') diff --git a/lib/default.nix b/lib/default.nix index 163e06b..5627879 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -46,4 +46,8 @@ }; }); + nixturrisTarballSystem = {...} @args: (nixturrisSystem ({ + modules = [ (import ../tarball.nix args.board) ]; + } // args)); + } -- cgit v1.2.3