systems/shell.nix

7 lines
88 B
Nix
Raw Permalink Normal View History

2023-01-27 16:01:48 +00:00
with import <nixpkgs> {};
mkShell {
nativeBuildInputs = [
arch-install-scripts
];
}