diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-06-18 10:23:42 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-06-18 10:23:42 -0400 |
commit | fc00c1e76f2dc077486da90908c9cd0a0ca78b0e (patch) | |
tree | 759fb4097ccdbabf63f47a535663e4cb55bc1d29 /nix/pkglst/packages.nix | |
parent | ruby3, code runs (check output) (diff) |
nix: update things nix
Diffstat (limited to 'nix/pkglst/packages.nix')
-rw-r--r-- | nix/pkglst/packages.nix | 13 |
1 files changed, 0 insertions, 13 deletions
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 <nixpkgs> {} }: -with pkgs; [ - - ruby_2_7 - rubyPackages_2_7.rake - rubyPackages_2_7.sqlite3 - rubyPackages_2_7.thor - sqlite - unzip - xz - zip - #texlive-combined-full -] |