add shell.nix and tidy docs to take advantage of it

This commit is contained in:
Daniel Barlow
2023-02-17 20:19:45 +00:00
parent 832221748b
commit 37caac1d56
3 changed files with 23 additions and 16 deletions

8
shell.nix Normal file
View File

@@ -0,0 +1,8 @@
let
nixpkgs = <nixpkgs>;
liminix = (import ./default.nix {
device = (import ./devices/qemu);
liminix-config = ./vanilla-configuration.nix;
inherit nixpkgs;
});
in liminix