fix gems
This commit is contained in:
parent
54cbb5ae5d
commit
3ffb0472ab
|
@ -36,6 +36,7 @@ GEM
|
||||||
mime-types (3.4.1)
|
mime-types (3.4.1)
|
||||||
mime-types-data (~> 3.2015)
|
mime-types-data (~> 3.2015)
|
||||||
mime-types-data (3.2022.0105)
|
mime-types-data (3.2022.0105)
|
||||||
|
mini_portile2 (2.8.0)
|
||||||
netrc (0.11.0)
|
netrc (0.11.0)
|
||||||
opus-ruby (1.0.1)
|
opus-ruby (1.0.1)
|
||||||
ffi
|
ffi
|
||||||
|
@ -64,7 +65,8 @@ GEM
|
||||||
rubocop-ast (1.21.0)
|
rubocop-ast (1.21.0)
|
||||||
parser (>= 3.1.1.0)
|
parser (>= 3.1.1.0)
|
||||||
ruby-progressbar (1.11.0)
|
ruby-progressbar (1.11.0)
|
||||||
sqlite3 (1.5.0-x86_64-linux)
|
sqlite3 (1.5.0)
|
||||||
|
mini_portile2 (~> 2.8.0)
|
||||||
unf (0.1.4)
|
unf (0.1.4)
|
||||||
unf_ext
|
unf_ext
|
||||||
unf_ext (0.0.8.2)
|
unf_ext (0.0.8.2)
|
||||||
|
@ -75,7 +77,7 @@ GEM
|
||||||
websocket
|
websocket
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
x86_64-linux
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
dicebag!
|
dicebag!
|
||||||
|
|
|
@ -2,11 +2,11 @@
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1658557357,
|
"lastModified": 1668765800,
|
||||||
"narHash": "sha256-0gqNef6skYQKJSS2vLojxrXOrc72zoX5VTDKUqEo6Gk=",
|
"narHash": "sha256-rC40+/W6Hio7b/RsY8SvQPKNx4WqNcTgfYv8cUMAvJk=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "42ca9bef09e780eabe84328dd1b730cef978f098",
|
"rev": "52b2ac8ae18bbad4374ff0dd5aeee0fdf1aea739",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
10
flake.nix
10
flake.nix
|
@ -17,16 +17,6 @@
|
||||||
lockfile = ./Gemfile.lock;
|
lockfile = ./Gemfile.lock;
|
||||||
gemset = ./gemset.nix;
|
gemset = ./gemset.nix;
|
||||||
ignoreCollisions = true;
|
ignoreCollisions = true;
|
||||||
gemConfig = pkgs.defaultGemConfig // {
|
|
||||||
sqlite3 = attrs: {
|
|
||||||
nativeBuildInputs = [ pkgs.pkg-config pkgs.sqlite.dev ];
|
|
||||||
buildInputs = [ pkgs.sqlite.out ];
|
|
||||||
buildFlags = [
|
|
||||||
"--enable-system-libraries"
|
|
||||||
"--with-pkg-config=${pkgs.pkg-config}/bin/pkg-config"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
in rec {
|
in rec {
|
||||||
packages.x86_64-linux = rec {
|
packages.x86_64-linux = rec {
|
||||||
|
|
Loading…
Reference in a new issue