diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-15 17:57:50 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-15 17:57:50 +0530 |
| commit | 9a02595549bb9ef08a3ca2e30983a078aeb3c685 (patch) | |
| tree | 2411c01624ff66793f03644bd189c3a1baf61132 /nixos/languages/index.nix | |
| parent | 0af0bb31ead7ff59887bc1eeb66df992c9d15208 (diff) | |
finished basic docs
Diffstat (limited to 'nixos/languages/index.nix')
| -rw-r--r-- | nixos/languages/index.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/nixos/languages/index.nix b/nixos/languages/index.nix deleted file mode 100644 index a8601bc..0000000 --- a/nixos/languages/index.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ config, pkgs, ... }: -{ - imports = - [ - ./beam.nix - ./c.nix - ./go.nix - ./javascript.nix - ./lua.nix - ./python.nix - ./rust.nix - ./zig.nix - ]; -} |
