systems/shell.nix

7 lines
88 B
Nix

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