- Add flake.nix with dev shell - Add NixOS module for Azion runtime config - Add direnv .envrc for auto-activation - Update .gitignore with .p*, result, .worktrees/, docs/, .direnv/
6 lines
40 B
Nix
6 lines
40 B
Nix
{
|
|
imports = [
|
|
./module.nix
|
|
];
|
|
}
|