systems/shell.nix

6 lines
88 B
Nix

with import <nixpkgs> {};
mkShell {
nativeBuildInputs = [
arch-install-scripts
];
}