We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b49632e commit d9ad1cfCopy full SHA for d9ad1cf
nix/tools.nix
@@ -140,6 +140,7 @@ in
140
elixir
141
flake-checker
142
fprettify
143
+ git-annex
144
gitlint
145
go
146
go-tools
@@ -159,6 +160,7 @@ in
159
160
nbstripout
161
nil
162
nixpkgs-fmt
163
+ opam
164
opentofu
165
ormolu
166
pre-commit-hook-ensure-sops
@@ -254,9 +256,6 @@ in
254
256
]))
255
257
else
258
bats;
- git-annex = if stdenv.isDarwin then (placeholder "git-annex") else git-annex;
- # Note: Only broken in stable nixpkgs, works fine on latest master.
259
- opam = if stdenv.isDarwin then (placeholder "opam") else opam;
260
261
headache = callPackage ./headache { };
262
0 commit comments