From 74009654c5f86095cf2901dcfc902f8f0118cf01 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 8 Sep 2024 03:37:05 -0700 Subject: Bump: shells --- shells/ada/.envrc | 1 + shells/ada/shell.nix | 4 ++++ shells/amber/.envrc | 1 + shells/amber/shell.nix | 4 ++++ shells/cobol/.envrc | 1 + shells/cobol/shell.nix | 4 ++++ shells/hare/.envrc | 1 + shells/hare/shell.nix | 4 ++++ shells/tex/.envrc | 1 + shells/tex/shell.nix | 4 ++++ 10 files changed, 25 insertions(+) create mode 100644 shells/ada/.envrc create mode 100644 shells/ada/shell.nix create mode 100644 shells/amber/.envrc create mode 100644 shells/amber/shell.nix create mode 100644 shells/cobol/.envrc create mode 100644 shells/cobol/shell.nix create mode 100644 shells/hare/.envrc create mode 100644 shells/hare/shell.nix create mode 100644 shells/tex/.envrc create mode 100644 shells/tex/shell.nix (limited to 'shells') diff --git a/shells/ada/.envrc b/shells/ada/.envrc new file mode 100644 index 0000000..1d953f4 --- /dev/null +++ b/shells/ada/.envrc @@ -0,0 +1 @@ +use nix diff --git a/shells/ada/shell.nix b/shells/ada/shell.nix new file mode 100644 index 0000000..1dc3de0 --- /dev/null +++ b/shells/ada/shell.nix @@ -0,0 +1,4 @@ +{ + pkgs ? import { }, +}: +pkgs.mkShell { packages = [ pkgs.alire ]; } diff --git a/shells/amber/.envrc b/shells/amber/.envrc new file mode 100644 index 0000000..1d953f4 --- /dev/null +++ b/shells/amber/.envrc @@ -0,0 +1 @@ +use nix diff --git a/shells/amber/shell.nix b/shells/amber/shell.nix new file mode 100644 index 0000000..229768e --- /dev/null +++ b/shells/amber/shell.nix @@ -0,0 +1,4 @@ +{ + pkgs ? import { }, +}: +pkgs.mkShell { packages = [ pkgs.amber-lang ]; } diff --git a/shells/cobol/.envrc b/shells/cobol/.envrc new file mode 100644 index 0000000..1d953f4 --- /dev/null +++ b/shells/cobol/.envrc @@ -0,0 +1 @@ +use nix 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 { }, +}: +pkgs.mkShell { packages = [ pkgs.gnu-cobol ]; } diff --git a/shells/hare/.envrc b/shells/hare/.envrc new file mode 100644 index 0000000..1d953f4 --- /dev/null +++ b/shells/hare/.envrc @@ -0,0 +1 @@ +use nix diff --git a/shells/hare/shell.nix b/shells/hare/shell.nix new file mode 100644 index 0000000..9fbe37c --- /dev/null +++ b/shells/hare/shell.nix @@ -0,0 +1,4 @@ +{ + pkgs ? import { }, +}: +pkgs.mkShell { packages = [ pkgs.hare ]; } diff --git a/shells/tex/.envrc b/shells/tex/.envrc new file mode 100644 index 0000000..1d953f4 --- /dev/null +++ b/shells/tex/.envrc @@ -0,0 +1 @@ +use nix diff --git a/shells/tex/shell.nix b/shells/tex/shell.nix new file mode 100644 index 0000000..738c9c7 --- /dev/null +++ b/shells/tex/shell.nix @@ -0,0 +1,4 @@ +{ + pkgs ? import { }, +}: +pkgs.mkShell { packages = [ pkgs.tectonic ]; } -- cgit v1.2.3