tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nix-shell: use gemdir
Jörg Thalheim
9 years ago
96d4d744
50a4b39b
+1
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
pt
default.nix
+1
-3
pkgs/applications/misc/pt/default.nix
···
4
name = "pt-0.7.3";
5
6
inherit ruby;
7
-
gemfile = ./Gemfile;
8
-
lockfile = ./Gemfile.lock;
9
-
gemset = ./gemset.nix;
10
11
meta = with lib; {
12
description = "Minimalist command-line Pivotal Tracker client";
···
4
name = "pt-0.7.3";
5
6
inherit ruby;
7
+
gemdir = ./.;
0
0
8
9
meta = with lib; {
10
description = "Minimalist command-line Pivotal Tracker client";