finish console implementation and add file device
This commit is contained in:
parent
373a739c8f
commit
7f99b487df
3 changed files with 296 additions and 22 deletions
|
|
@ -1,4 +1,7 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
{
|
||||
pkgs ? import <nixpkgs> { },
|
||||
}:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
xxd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue