mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
matter-compiler: use gemdir
This commit is contained in:
parent
27f91b30aa
commit
062f905906
@ -5,9 +5,7 @@ bundlerEnv {
|
||||
name = "matter_compiler-0.5.1";
|
||||
|
||||
inherit ruby;
|
||||
gemfile = ./Gemfile;
|
||||
lockfile = ./Gemfile.lock;
|
||||
gemset = ./gemset.nix;
|
||||
gemdir = ./.;
|
||||
|
||||
meta = with lib; {
|
||||
description = ''
|
||||
|
Loading…
Reference in New Issue
Block a user