add dev helper and docs

This commit is contained in:
Erik Arvstedt
2023-01-15 20:27:51 +01:00
parent b35d08d3f2
commit b4d7e1aa8f
12 changed files with 746 additions and 1 deletions

View File

@@ -122,6 +122,8 @@
program = toString packages.runVM;
};
};
devShells.default = import ./dev/dev-env/dev-shell.nix pkgs;
}
));
}