We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5826bca commit 9c6cd65Copy full SHA for 9c6cd65
flake.lock
flake.nix
@@ -133,6 +133,7 @@
133
flake.overlays =
134
let
135
bun2nix = inputs.bun2nix.overlays.default;
136
+ devctl = inputs.devctl.overlays.default;
137
gomod2nix = inputs.gomod2nix.overlays.default;
138
nil = inputs.nil.overlays.default;
139
nix-direnv = inputs.nix-direnv.overlays.default;
@@ -141,6 +142,7 @@
141
142
143
default = inputs.nixpkgs.lib.composeManyExtensions [
144
bun2nix
145
+ devctl
146
gomod2nix
147
nil
148
nix-direnv
@@ -155,6 +157,7 @@
155
157
inherit
156
158
default
159
160
161
162
163
vscodeExtensions
0 commit comments