lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

maphosts: use gemdir

+1 -3
+1 -3
pkgs/tools/networking/maphosts/default.nix
··· 6 6 env = bundlerEnv { 7 7 name = "maphosts-gems"; 8 8 inherit ruby; 9 - gemfile = ./Gemfile; 10 - lockfile = ./Gemfile.lock; 11 - gemset = ./gemset.nix; 9 + gemdir = ./.; 12 10 }; 13 11 14 12 phases = ["installPhase"];