diff options
| author | Fuwn <[email protected]> | 2024-06-22 16:09:01 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-22 16:09:01 -0700 |
| commit | 88658e7557822abf1b5a7a57ae2507761f9f4188 (patch) | |
| tree | 89a6d96125ecbc7b295d77f7aa929c4070e6635a /tools/languages/cobol/default.nix | |
| parent | . (diff) | |
| download | nixos-config-88658e7557822abf1b5a7a57ae2507761f9f4188.tar.xz nixos-config-88658e7557822abf1b5a7a57ae2507761f9f4188.zip | |
.
Diffstat (limited to 'tools/languages/cobol/default.nix')
| -rw-r--r-- | tools/languages/cobol/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/languages/cobol/default.nix b/tools/languages/cobol/default.nix new file mode 100644 index 0000000..cb84d30 --- /dev/null +++ b/tools/languages/cobol/default.nix @@ -0,0 +1 @@ +{ pkgs, ... }: { home.packages = with pkgs; [ gnu-cobol ]; } |