Add wip arch-prtable

This commit is contained in:
Tobias Reisinger 2023-01-27 17:01:48 +01:00
parent a9682980d3
commit 8364becef3
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
9 changed files with 82 additions and 12 deletions

6
shell.nix Normal file
View file

@ -0,0 +1,6 @@
with import <nixpkgs> {};
mkShell {
nativeBuildInputs = [
arch-install-scripts
];
}