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 +++++++++++++ org/sisu_build.org | 6 +++--- 7 files changed, 42 insertions(+), 42 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 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 +] diff --git a/org/sisu_build.org b/org/sisu_build.org index a83af212..c51a5c6f 100644 --- a/org/sisu_build.org +++ b/org/sisu_build.org @@ -2579,7 +2579,7 @@ with pkgs; [ **** ruby 3.0 -#+BEGIN_SRC nix :tangle ../nix/pkglst/packages_rauby_3_0.nix +#+BEGIN_SRC nix :tangle ../nix/pkglst/packages_ruby_3_0.nix { pkgs ? import {} }: with pkgs; [ <> @@ -2590,7 +2590,7 @@ with pkgs; [ **** ruby 2.7 -#+BEGIN_SRC nix :tangle ../nix/pkglst/packages_rauby_2_7.nix +#+BEGIN_SRC nix :tangle ../nix/pkglst/packages_ruby_2_7.nix { pkgs ? import {} }: with pkgs; [ <> @@ -2601,7 +2601,7 @@ with pkgs; [ **** ruby 2.6 -#+BEGIN_SRC nix :tangle ../nix/pkglst/packages_rauby_2_6.nix +#+BEGIN_SRC nix :tangle ../nix/pkglst/packages_ruby_2_6.nix { pkgs ? import {} }: with pkgs; [ <> -- cgit v1.2.3