From 58c37322bd487ed28c4604340f82b1e7769e8666 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 9 Nov 2020 18:42:38 -0500 Subject: nixify (start to nixify) --- nix/pkglst/packages.nix | 13 +++++++++++++ nix/pkglst/packages_rauby_2_6.nix | 13 +++++++++++++ nix/pkglst/packages_rauby_2_7.nix | 13 +++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 nix/pkglst/packages.nix create mode 100644 nix/pkglst/packages_rauby_2_6.nix create mode 100644 nix/pkglst/packages_rauby_2_7.nix (limited to 'nix/pkglst') diff --git a/nix/pkglst/packages.nix b/nix/pkglst/packages.nix new file mode 100644 index 00000000..1c623afc --- /dev/null +++ b/nix/pkglst/packages.nix @@ -0,0 +1,13 @@ +{ pkgs ? import {} }: +with pkgs; [ + + ruby_2_7 + rubyPackages_2_7.rake + rubyPackages_2_7.sqlite3 + rubyPackages_2_7.thor + sqlite + unzip + xz + zip + #texlive-combined-full +] diff --git a/nix/pkglst/packages_rauby_2_6.nix b/nix/pkglst/packages_rauby_2_6.nix new file mode 100644 index 00000000..1c623afc --- /dev/null +++ b/nix/pkglst/packages_rauby_2_6.nix @@ -0,0 +1,13 @@ +{ pkgs ? import {} }: +with pkgs; [ + + ruby_2_7 + rubyPackages_2_7.rake + rubyPackages_2_7.sqlite3 + rubyPackages_2_7.thor + sqlite + unzip + xz + zip + #texlive-combined-full +] diff --git a/nix/pkglst/packages_rauby_2_7.nix b/nix/pkglst/packages_rauby_2_7.nix new file mode 100644 index 00000000..1c623afc --- /dev/null +++ b/nix/pkglst/packages_rauby_2_7.nix @@ -0,0 +1,13 @@ +{ pkgs ? import {} }: +with pkgs; [ + + ruby_2_7 + rubyPackages_2_7.rake + rubyPackages_2_7.sqlite3 + rubyPackages_2_7.thor + sqlite + unzip + xz + zip + #texlive-combined-full +] -- cgit v1.2.3 From 081fbd40da33ac61fc1446992a8cc48a4f988594 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 2 Apr 2021 18:56:41 -0400 Subject: nix ruby 3.0 (available) --- nix/pkglst/packages_rauby_3_0.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 nix/pkglst/packages_rauby_3_0.nix (limited to 'nix/pkglst') diff --git a/nix/pkglst/packages_rauby_3_0.nix b/nix/pkglst/packages_rauby_3_0.nix new file mode 100644 index 00000000..5ac59203 --- /dev/null +++ b/nix/pkglst/packages_rauby_3_0.nix @@ -0,0 +1,13 @@ +{ pkgs ? import {} }: +with pkgs; [ + + ruby_3_0 + rubyPackages_3_0.rake + rubyPackages_3_0.sqlite3 + rubyPackages_3_0.thor + sqlite + unzip + xz + zip + #texlive-combined-full +] -- cgit v1.2.3 From d26ae4dce0600cabffe69113a96dbcec84380514 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 18 Jun 2021 10:11:49 -0400 Subject: org mode: fix file naming typo --- nix/pkglst/packages_rauby_2_6.nix | 13 ------------- nix/pkglst/packages_rauby_2_7.nix | 13 ------------- nix/pkglst/packages_rauby_3_0.nix | 13 ------------- nix/pkglst/packages_ruby_2_6.nix | 13 +++++++++++++ nix/pkglst/packages_ruby_2_7.nix | 13 +++++++++++++ nix/pkglst/packages_ruby_3_0.nix | 13 +++++++++++++ 6 files changed, 39 insertions(+), 39 deletions(-) delete mode 100644 nix/pkglst/packages_rauby_2_6.nix delete mode 100644 nix/pkglst/packages_rauby_2_7.nix delete mode 100644 nix/pkglst/packages_rauby_3_0.nix create mode 100644 nix/pkglst/packages_ruby_2_6.nix create mode 100644 nix/pkglst/packages_ruby_2_7.nix create mode 100644 nix/pkglst/packages_ruby_3_0.nix (limited to 'nix/pkglst') diff --git a/nix/pkglst/packages_rauby_2_6.nix b/nix/pkglst/packages_rauby_2_6.nix deleted file mode 100644 index 1c623afc..00000000 --- a/nix/pkglst/packages_rauby_2_6.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ pkgs ? import {} }: -with pkgs; [ - - ruby_2_7 - rubyPackages_2_7.rake - rubyPackages_2_7.sqlite3 - rubyPackages_2_7.thor - sqlite - unzip - xz - zip - #texlive-combined-full -] diff --git a/nix/pkglst/packages_rauby_2_7.nix b/nix/pkglst/packages_rauby_2_7.nix deleted file mode 100644 index 1c623afc..00000000 --- a/nix/pkglst/packages_rauby_2_7.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ pkgs ? import {} }: -with pkgs; [ - - ruby_2_7 - rubyPackages_2_7.rake - rubyPackages_2_7.sqlite3 - rubyPackages_2_7.thor - sqlite - unzip - xz - zip - #texlive-combined-full -] diff --git a/nix/pkglst/packages_rauby_3_0.nix b/nix/pkglst/packages_rauby_3_0.nix deleted file mode 100644 index 5ac59203..00000000 --- a/nix/pkglst/packages_rauby_3_0.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ pkgs ? import {} }: -with pkgs; [ - - ruby_3_0 - rubyPackages_3_0.rake - rubyPackages_3_0.sqlite3 - rubyPackages_3_0.thor - sqlite - unzip - xz - zip - #texlive-combined-full -] diff --git a/nix/pkglst/packages_ruby_2_6.nix b/nix/pkglst/packages_ruby_2_6.nix new file mode 100644 index 00000000..1c623afc --- /dev/null +++ b/nix/pkglst/packages_ruby_2_6.nix @@ -0,0 +1,13 @@ +{ pkgs ? import {} }: +with pkgs; [ + + ruby_2_7 + rubyPackages_2_7.rake + rubyPackages_2_7.sqlite3 + rubyPackages_2_7.thor + sqlite + unzip + xz + zip + #texlive-combined-full +] diff --git a/nix/pkglst/packages_ruby_2_7.nix b/nix/pkglst/packages_ruby_2_7.nix new file mode 100644 index 00000000..1c623afc --- /dev/null +++ b/nix/pkglst/packages_ruby_2_7.nix @@ -0,0 +1,13 @@ +{ pkgs ? import {} }: +with pkgs; [ + + ruby_2_7 + rubyPackages_2_7.rake + rubyPackages_2_7.sqlite3 + rubyPackages_2_7.thor + sqlite + unzip + xz + zip + #texlive-combined-full +] diff --git a/nix/pkglst/packages_ruby_3_0.nix b/nix/pkglst/packages_ruby_3_0.nix new file mode 100644 index 00000000..5ac59203 --- /dev/null +++ b/nix/pkglst/packages_ruby_3_0.nix @@ -0,0 +1,13 @@ +{ pkgs ? import {} }: +with pkgs; [ + + ruby_3_0 + rubyPackages_3_0.rake + rubyPackages_3_0.sqlite3 + rubyPackages_3_0.thor + sqlite + unzip + xz + zip + #texlive-combined-full +] -- cgit v1.2.3 From fc00c1e76f2dc077486da90908c9cd0a0ca78b0e Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 18 Jun 2021 10:23:42 -0400 Subject: nix: update things nix --- nix/pkglst/packages.nix | 13 ------------- nix/pkglst/packages_ruby_2_6.nix | 19 ++++++++++--------- nix/pkglst/packages_ruby_2_7.nix | 13 ------------- nix/pkglst/packages_ruby_3_0.nix | 11 ++++++----- 4 files changed, 16 insertions(+), 40 deletions(-) delete mode 100644 nix/pkglst/packages.nix delete mode 100644 nix/pkglst/packages_ruby_2_7.nix (limited to 'nix/pkglst') diff --git a/nix/pkglst/packages.nix b/nix/pkglst/packages.nix deleted file mode 100644 index 1c623afc..00000000 --- a/nix/pkglst/packages.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ pkgs ? import {} }: -with pkgs; [ - - ruby_2_7 - rubyPackages_2_7.rake - rubyPackages_2_7.sqlite3 - rubyPackages_2_7.thor - sqlite - unzip - xz - zip - #texlive-combined-full -] diff --git a/nix/pkglst/packages_ruby_2_6.nix b/nix/pkglst/packages_ruby_2_6.nix index 1c623afc..1d888388 100644 --- a/nix/pkglst/packages_ruby_2_6.nix +++ b/nix/pkglst/packages_ruby_2_6.nix @@ -1,13 +1,14 @@ { pkgs ? import {} }: with pkgs; [ - ruby_2_7 - rubyPackages_2_7.rake - rubyPackages_2_7.sqlite3 - rubyPackages_2_7.thor - sqlite - unzip - xz - zip - #texlive-combined-full + ruby_2_6 + rubyPackages_2_6.rake + rubyPackages_2_6.sqlite3 + rubyPackages_2_6.thor + sqlite + unzip + xz + zip + openssl + #texlive-combined-full ] diff --git a/nix/pkglst/packages_ruby_2_7.nix b/nix/pkglst/packages_ruby_2_7.nix deleted file mode 100644 index 1c623afc..00000000 --- a/nix/pkglst/packages_ruby_2_7.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ pkgs ? import {} }: -with pkgs; [ - - ruby_2_7 - rubyPackages_2_7.rake - rubyPackages_2_7.sqlite3 - rubyPackages_2_7.thor - sqlite - unzip - xz - zip - #texlive-combined-full -] diff --git a/nix/pkglst/packages_ruby_3_0.nix b/nix/pkglst/packages_ruby_3_0.nix index 5ac59203..e943f7fe 100644 --- a/nix/pkglst/packages_ruby_3_0.nix +++ b/nix/pkglst/packages_ruby_3_0.nix @@ -5,9 +5,10 @@ with pkgs; [ rubyPackages_3_0.rake rubyPackages_3_0.sqlite3 rubyPackages_3_0.thor - sqlite - unzip - xz - zip - #texlive-combined-full + sqlite + unzip + xz + zip + openssl + #texlive-combined-full ] -- cgit v1.2.3 From 39e7b730e12928cffd5996e6eda138fe5ae2cbf0 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 18 Jun 2021 10:26:06 -0400 Subject: nix: adjust, packages in shell.nix --- nix/pkglst/packages_ruby_2_6.nix | 5 ++++- nix/pkglst/packages_ruby_3_0.nix | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'nix/pkglst') diff --git a/nix/pkglst/packages_ruby_2_6.nix b/nix/pkglst/packages_ruby_2_6.nix index 1d888388..f8f27323 100644 --- a/nix/pkglst/packages_ruby_2_6.nix +++ b/nix/pkglst/packages_ruby_2_6.nix @@ -1,6 +1,5 @@ { pkgs ? import {} }: with pkgs; [ - ruby_2_6 rubyPackages_2_6.rake rubyPackages_2_6.sqlite3 @@ -11,4 +10,8 @@ with pkgs; [ zip openssl #texlive-combined-full + nixFlakes + validatePkgConfig + jq + git ] diff --git a/nix/pkglst/packages_ruby_3_0.nix b/nix/pkglst/packages_ruby_3_0.nix index e943f7fe..66c9e0ba 100644 --- a/nix/pkglst/packages_ruby_3_0.nix +++ b/nix/pkglst/packages_ruby_3_0.nix @@ -1,6 +1,5 @@ { pkgs ? import {} }: with pkgs; [ - ruby_3_0 rubyPackages_3_0.rake rubyPackages_3_0.sqlite3 @@ -11,4 +10,8 @@ with pkgs; [ zip openssl #texlive-combined-full + nixFlakes + validatePkgConfig + jq + git ] -- cgit v1.2.3 From 90fe39c3012a3949f1fb0ea35d4bcf07bf741d63 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 9 Mar 2022 20:19:39 -0500 Subject: nix ruby 3.1 (use) --- nix/pkglst/packages_ruby_3_1.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 nix/pkglst/packages_ruby_3_1.nix (limited to 'nix/pkglst') diff --git a/nix/pkglst/packages_ruby_3_1.nix b/nix/pkglst/packages_ruby_3_1.nix new file mode 100644 index 00000000..ca9ced14 --- /dev/null +++ b/nix/pkglst/packages_ruby_3_1.nix @@ -0,0 +1,17 @@ +{ pkgs ? import {} }: +with pkgs; [ + ruby_3_1 + rubyPackages_3_1.rake + rubyPackages_3_1.sqlite3 + rubyPackages_3_1.thor + sqlite + unzip + xz + zip + openssl + #texlive-combined-full + nixFlakes + validatePkgConfig + jq + git +] -- cgit v1.2.3