.dotfiles/.config/templates/nix/shell.nix

6 lines
65 B
Nix
Raw Normal View History

2023-12-19 22:59:30 +00:00
with import <nixpkgs> {};
mkShell {
nativeBuildInputs = [
];
}