WIP introduce nixos module system for configuration

This commit is contained in:
Daniel Barlow 2022-09-25 11:10:22 +01:00
parent 0f999f9ae4
commit 887a4ff966
6 changed files with 59 additions and 0 deletions

2
tests/module/run.sh Executable file
View file

@ -0,0 +1,2 @@
set -e
NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1 nix-build --arg device "import <liminix/devices/qemu.nix>" test.nix