elvish: remove unnecessary deps.nix

fully vendorized now

-22
-2
pkgs/shells/elvish/default.nix
··· 13 13 sha256 = "0alsv04iihrk1nffp6fmyzxid26dqhg1k45957c2ymyzyq9cglxj"; 14 14 }; 15 15 16 - goDeps = ./deps.nix; 17 - 18 16 meta = with stdenv.lib; { 19 17 description = "A friendly and expressive Unix shell"; 20 18 homepage = https://github.com/elves/elvish;
-20
pkgs/shells/elvish/deps.nix
··· 1 - [ 2 - { 3 - goPackagePath = "github.com/elves/getopt"; 4 - fetch = { 5 - type = "git"; 6 - url = "https://github.com/elves/getopt"; 7 - rev = "f91a7bf920995832d55a1182f26657bc975b9c24"; 8 - sha256 = "0wz5dz0iq1b1c2w30mmcgll9xidsrnlvs2906jw9szy0h67310za"; 9 - }; 10 - } 11 - { 12 - goPackagePath = "github.com/mattn/go-sqlite3"; 13 - fetch = { 14 - type = "git"; 15 - url = "https://github.com/mattn/go-sqlite3"; 16 - rev = "b4142c444a8941d0d92b0b7103a24df9cd815e42"; 17 - sha256 = "0xq2y4am8dz9w9aaq24s1npg1sn8pf2gn4nki73ylz2fpjwq9vla"; 18 - }; 19 - } 20 - ]