summaryrefslogtreecommitdiff
path: root/shells/cobol/shell.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-08 03:37:05 -0700
committerFuwn <[email protected]>2024-09-08 03:37:05 -0700
commit74009654c5f86095cf2901dcfc902f8f0118cf01 (patch)
treed2a0ed73a731d950908179ea95b3ca400b801b59 /shells/cobol/shell.nix
parentBump: shells (diff)
downloadnixos-config-74009654c5f86095cf2901dcfc902f8f0118cf01.tar.xz
nixos-config-74009654c5f86095cf2901dcfc902f8f0118cf01.zip
Bump: shells
Diffstat (limited to 'shells/cobol/shell.nix')
-rw-r--r--shells/cobol/shell.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/shells/cobol/shell.nix b/shells/cobol/shell.nix
new file mode 100644
index 0000000..ed99606
--- /dev/null
+++ b/shells/cobol/shell.nix
@@ -0,0 +1,4 @@
+{
+ pkgs ? import <nixpkgs> { },
+}:
+pkgs.mkShell { packages = [ pkgs.gnu-cobol ]; }