tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
matter-compiler: use gemdir
Jörg Thalheim
9 years ago
062f9059
27f91b30
+1
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
matter-compiler
default.nix
+1
-3
pkgs/development/compilers/matter-compiler/default.nix
reviewed
···
5
5
name = "matter_compiler-0.5.1";
6
6
7
7
inherit ruby;
8
8
-
gemfile = ./Gemfile;
9
9
-
lockfile = ./Gemfile.lock;
10
10
-
gemset = ./gemset.nix;
8
8
+
gemdir = ./.;
11
9
12
10
meta = with lib; {
13
11
description = ''