nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

matter-compiler: use gemdir

+1 -3
+1 -3
pkgs/development/compilers/matter-compiler/default.nix
··· 5 5 name = "matter_compiler-0.5.1"; 6 6 7 7 inherit ruby; 8 - gemfile = ./Gemfile; 9 - lockfile = ./Gemfile.lock; 10 - gemset = ./gemset.nix; 8 + gemdir = ./.; 11 9 12 10 meta = with lib; { 13 11 description = ''