Skip to content

Commit 9c6cd65

Browse files
devctl
1 parent 5826bca commit 9c6cd65

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

flake.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@
133133
flake.overlays =
134134
let
135135
bun2nix = inputs.bun2nix.overlays.default;
136+
devctl = inputs.devctl.overlays.default;
136137
gomod2nix = inputs.gomod2nix.overlays.default;
137138
nil = inputs.nil.overlays.default;
138139
nix-direnv = inputs.nix-direnv.overlays.default;
@@ -141,6 +142,7 @@
141142

142143
default = inputs.nixpkgs.lib.composeManyExtensions [
143144
bun2nix
145+
devctl
144146
gomod2nix
145147
nil
146148
nix-direnv
@@ -155,6 +157,7 @@
155157
inherit
156158
default
157159
bun2nix
160+
devctl
158161
gomod2nix
159162
nil
160163
vscodeExtensions

0 commit comments

Comments
 (0)